From f80b27e649ddc6eb147026ae69fd0a4c2af3e889 Mon Sep 17 00:00:00 2001 From: srvrco Date: Mon, 30 May 2016 19:28:54 +0100 Subject: [PATCH] Correcting typo --- checkssl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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