From a590090e317ac633d1b9827f36f73fd53fbe77a4 Mon Sep 17 00:00:00 2001 From: Nick Leffler Date: Wed, 22 Jan 2020 23:50:57 -0500 Subject: [PATCH] more cbReady logic --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 409c2d5..8f5ee95 100755 --- a/deploy.sh +++ b/deploy.sh @@ -18,7 +18,7 @@ get_info () { read -p "Enter Site Name: " siteName read -p "Enter Site Title: " siteTitle read -p "SSL [Y/n]: " siteProtoIn -read -p "Certbot ready?: " cbReady +read -p "Certbot ready? [Y/n]: " cbReady read -p "Enter Site URL: " siteURL read -p "Enter WPAdmin email: " adminEmail @@ -208,6 +208,7 @@ fi # set defaults siteProto="https://" ssl=1 +cbReady="y" # get mdata get_info