diff --git a/getssl b/getssl index 6865dd7..0de3ef4 100755 --- a/getssl +++ b/getssl @@ -149,10 +149,11 @@ # 2016-11-03 Reduce long lines, and remove echo from update (1.77) # 2016-11-05 added TOKEN_USER_ID (to set ownership of token files ) # 2016-11-05 updated style to work with latest shellcheck (1.78) +# 2016-11-08 Add and comment optional sshuserid for ssh ACL (1.79) # ---------------------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="1.78" +VERSION="1.79" # defaults CODE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/getssl"