From 9ca0a95f01828d3b381c65b721a5719302bd1fca Mon Sep 17 00:00:00 2001 From: Nick Leffler Date: Thu, 23 Jan 2020 00:05:37 -0500 Subject: [PATCH] fixed cbReady logic --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 8f5ee95..bf09bd3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -188,7 +188,7 @@ EOF nginx-conf () { if [[ "${ssl}" = 1 ]]; then - if [[ "${cbReady}" = 1 ]]; then + if [[ "${cbReady}" = "y" ]]; then certbotSSL else genSSL