diff --git a/getssl b/getssl index b3bccc5..11163c8 100755 --- a/getssl +++ b/getssl @@ -67,10 +67,11 @@ # 2016-06-09 bugfix of issue 44, and add success statement (ignoring quiet flag) (1.01) # 2016-06-13 test return status of DNS_ADD_COMMAND and error_exit if a problem (hadleyrich) (1.02) # 2016-06-13 bugfix of issue 45, problem with SERVER_TYPE when it's just a port number (1.03) +# 2016-06-13 bugfix issue 47 - DNS_DEL_COMMAND cleanup was run when not required. (1.04) # --------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="1.03" +VERSION="1.04" # defaults CODE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/getssl"