From 6695def9f131d06b098c33f25b7a40c4467d63dd Mon Sep 17 00:00:00 2001 From: 12nick12 Date: Sun, 12 Jan 2020 14:50:24 -0500 Subject: [PATCH] Update deploy.sh --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 31fc355..060b12e 100644 --- a/deploy.sh +++ b/deploy.sh @@ -20,7 +20,7 @@ read -p "Enter Site Name: " siteName read -p "Enter Site Title: " siteTitle read -p "If SSL type ssl otherwise don't: " siteProtoIn read -p "Enter Site URL: " siteURL -read -p "Enter WPAdmin email: " adminEmai +read -p "Enter WPAdmin email: " adminEmail if [[ siteProtoIn == "ssl" ]]; then siteProto="https://"