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=1e91096e3c9de6d0b7e9e1bc2710a83f4d44df39;hp=0000000000000000000000000000000000000000;hb=f50b1e2494f218e5d2e41e81df9636bd02f5afe8;hpb=d1e5906f3a80d4e85068e9e7c12807e7744cc838 diff --git a/client/lib/wrapper/wrapper-bottom.sh b/client/lib/wrapper/wrapper-bottom.sh new file mode 100644 index 0000000..1e91096 --- /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 !" + exit 3 +fi + +echo "$TEXT" +exit "$STATUS" + +# -eof-