diff --git a/checkssl b/checkssl index 31def64..692296d 100755 --- a/checkssl +++ b/checkssl @@ -27,13 +27,14 @@ # 2016-01-30 Updated after using shellcheck to maintain a better coding standard (0.7) # 2016-01-31 Added check at start to ensure all required applications are installed (0.8) # 2016-05-30 Added auto-upgrade option on the command line (1.00) +# 2016-05-30 Correcting typo # --------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="1.00" +VERSION="1.01" ORIGCMD="$0 $*" -UPDATE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/checkssl" +UPDATE_LOCATION="https://raw.githubusercontent.com/srvrco/checkssl/master/checkssl" RENEW_ALERT="30" # set to number of days to be alerted for certificate renewal ( default, can be changed with -expires argument) _QUIET=0 _UPGRADE=0