From e9c10b3f5487f498f8cef98e34b3ffac590549db Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Thu, 6 Dec 2012 05:05:10 +0100 Subject: [PATCH] Fixed tabs/spaces in THANKS file and added URL to the BitBucket project --- THANKS | 4 ++-- check_temp.sh | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/THANKS b/THANKS index d7ff13f..82b2258 100644 --- a/THANKS +++ b/THANKS @@ -5,5 +5,5 @@ Some kind people have been contributing by reporting problems, suggesting improvements or submitting code. Here is a list of these kind people. -Chad Columbus ccolumbu@hotmail.com -Ryan Loudfoot elyrith@gmail.com +Chad Columbus ccolumbu@hotmail.com +Ryan Loudfoot elyrith@gmail.com diff --git a/check_temp.sh b/check_temp.sh index e9c6b0f..2aa4f39 100755 --- a/check_temp.sh +++ b/check_temp.sh @@ -24,7 +24,10 @@ # # # Nagios plugin to monitor CPU and M/B temperature with sensors. # # Written in Bash (and uses sed & awk). # -# Version 0.2: Line 103, fixed the missing "-n" option (Thanks to Chad who # +# Latest version of check_temp can be found at the below URL: # +# https://bitbucket.org/jackbenny/check_temp # +# # +# Version 0.2: Line 103, fixed the missing "-n" option (Thanks to Chad who # # pointed this out for me). Also added a "shopt -s extglob". (Thx to Chad) # # Version 0.5: Line 168, fixed a typo (EXIT_UNKNOWN to STATE_UNKNOWN) # # Version 0.7: #