From 449f922c160f29af2acdafe9f0e2a4614f394fe8 Mon Sep 17 00:00:00 2001 From: Nick Leffler Date: Wed, 22 Jan 2020 23:44:20 -0500 Subject: [PATCH] a --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 5967451..409c2d5 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?: " cbReady read -p "Enter Site URL: " siteURL read -p "Enter WPAdmin email: " adminEmail