X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=blobdiff_plain;f=client%2Flib%2Fwrapper%2Fwrapper-bottom.sh;fp=client%2Flib%2Fwrapper%2Fwrapper-bottom.sh;h=e298c0d4da8fee9fa0f84ffcaf9425be887ca76a;hp=0000000000000000000000000000000000000000;hb=7b25d943d4339ad8310a75806761103cb2399898;hpb=bfe39e81e611374fa2b72ac50824e88bb7e2abc3 diff --git a/client/lib/wrapper/wrapper-bottom.sh b/client/lib/wrapper/wrapper-bottom.sh new file mode 100644 index 0000000..e298c0d --- /dev/null +++ b/client/lib/wrapper/wrapper-bottom.sh @@ -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-