fixed missing * on case evaluation

This commit is contained in:
Asif Bacchus 2019-01-07 21:23:31 -07:00
parent 77dec20433
commit f1cf7c9579
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ if [ "${usingSSL}" -eq 1 ]; then
useCertbot=1
break
;;
[Nn]|'')
[Nn]*|'')
useCertbot=0
unset CertbotDomain
break