fixed cbReady logic

This commit is contained in:
Nick Leffler 2020-01-23 00:05:37 -05:00
parent a590090e31
commit 9ca0a95f01

View File

@ -188,7 +188,7 @@ EOF
nginx-conf () { nginx-conf () {
if [[ "${ssl}" = 1 ]]; then if [[ "${ssl}" = 1 ]]; then
if [[ "${cbReady}" = 1 ]]; then if [[ "${cbReady}" = "y" ]]; then
certbotSSL certbotSSL
else else
genSSL genSSL