From 4bfcba966ae40951858a4322eff67e57f7d5dda0 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sun, 19 Feb 2012 23:15:24 +0100 Subject: [PATCH] Fixed a bug by esacping the -? option --- check_gputemp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_gputemp.sh b/check_gputemp.sh index 52d1557..1f4f369 100755 --- a/check_gputemp.sh +++ b/check_gputemp.sh @@ -28,7 +28,7 @@ # # ############################################################################### -VERSION="Version 1.1" +VERSION="Version 1.2" AUTHOR="(c) 2011 Jack-Benny Persson (jack-benny@cyberinfo.se)" # Sensor program @@ -150,7 +150,7 @@ while [[ -n "$1" ]]; do shift 2 ;; - -?) + -\?) print_help exit $STATE_OK ;;