Browse Source

Correcting typo

pull/4/head
srvrco 10 years ago
parent
commit
f80b27e649
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      checkssl

+ 3
- 2
checkssl View File

@ -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


Loading…
Cancel
Save