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