Browse Source

Set LC_TIME to be able to parse english month

pull/19/head
srvrco 8 years ago
parent
commit
08063aed0e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      checkssl

+ 2
- 1
checkssl View File

@ -46,10 +46,11 @@
# 2017-01-31 updated variable for auto upgrade location (1.16)
# 2017-02-06 merge branches parsing CN and wildcard certs (1.17)
# 2017-02-22 make no output when -u is only arg and no upgrade available (1.18)
# 2017-12-09 Set LC_TIME to be able to parse english month (1.19)
# ---------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="1.18"
VERSION="1.19"
ORIGCMD="$0 $*"
CODE_LOCATION="https://raw.githubusercontent.com/srvrco/checkssl/master/checkssl"


Loading…
Cancel
Save