Fixed tabs/spaces in THANKS file and added URL to the BitBucket project

This commit is contained in:
Jack-Benny Persson 2012-12-06 05:05:10 +01:00
parent 95a7d33142
commit 985f6f28d3
2 changed files with 6 additions and 3 deletions

View File

@ -24,6 +24,9 @@
# #
# Nagios plugin to monitor CPU and M/B temperature with sensors. #
# Written in Bash (and uses sed & awk). #
# 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) #