From: Alexander Barton Date: Tue, 15 Nov 2011 11:17:04 +0000 (+0100) Subject: Fix error message of wrapper script for active checks X-Git-Tag: rel-3~3^2~2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=commitdiff_plain;h=423d2607ec0ec1d06f5c45b917bb42b5e777297c Fix error message of wrapper script for active checks --- diff --git a/client/lib/wrapper/wrapper-bottom.sh b/client/lib/wrapper/wrapper-bottom.sh index 1e91096..e298c0d 100644 --- a/client/lib/wrapper/wrapper-bottom.sh +++ b/client/lib/wrapper/wrapper-bottom.sh @@ -2,7 +2,7 @@ # BEGIN: wrapper-bottom.sh if [ -z "$TEXT" -o -z "$STATUS" ]; then - echo "Test script !" + echo "Test script failed! Check not supported on this system?" exit 3 fi