]> arthur.barton.de Git - nagcollect.git/blobdiff - client/lib/wrapper/wrapper-bottom.sh
Merge branch 'master' of /srv/git/nagcollect
[nagcollect.git] / client / lib / wrapper / wrapper-bottom.sh
diff --git a/client/lib/wrapper/wrapper-bottom.sh b/client/lib/wrapper/wrapper-bottom.sh
new file mode 100644 (file)
index 0000000..e298c0d
--- /dev/null
@@ -0,0 +1,12 @@
+
+# BEGIN: wrapper-bottom.sh
+
+if [ -z "$TEXT" -o -z "$STATUS" ]; then
+       echo "Test script failed! Check not supported on this system?"
+       exit 3
+fi
+
+echo "$TEXT"
+exit "$STATUS"
+
+# -eof-