From 423d2607ec0ec1d06f5c45b917bb42b5e777297c Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 15 Nov 2011 12:17:04 +0100 Subject: [PATCH] Fix error message of wrapper script for active checks --- client/lib/wrapper/wrapper-bottom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2