From 11d1a7bb040b7f278f54a3bb8eecbc84454891f2 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Mon, 23 Jan 2012 06:14:05 +0100 Subject: [PATCH] Changed EXIT_UNKNOWN to STATE_UNKNOWN (a typo) and updated to Version 1.1 --- check_gputemp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_gputemp.sh b/check_gputemp.sh index 5097966..52d1557 100755 --- a/check_gputemp.sh +++ b/check_gputemp.sh @@ -28,7 +28,7 @@ # # ############################################################################### -VERSION="Version 1.0" +VERSION="Version 1.1" AUTHOR="(c) 2011 Jack-Benny Persson (jack-benny@cyberinfo.se)" # Sensor program @@ -159,7 +159,7 @@ while [[ -n "$1" ]]; do if [[ -z "$2" ]]; then printf "\nOption $1 requires an argument" print_help - exit $EXIT_UNKNOWN + exit $STATE_UNKNOWN fi adapter=$2 shift 2