]> arthur.barton.de Git - nagcollect.git/commitdiff
Fix error message of wrapper script for active checks
authorAlexander Barton <alex@barton.de>
Tue, 15 Nov 2011 11:17:04 +0000 (12:17 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 15 Nov 2011 11:17:04 +0000 (12:17 +0100)
client/lib/wrapper/wrapper-bottom.sh

index 1e91096e3c9de6d0b7e9e1bc2710a83f4d44df39..e298c0d4da8fee9fa0f84ffcaf9425be887ca76a 100644 (file)
@@ -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