From db8febc233acca08a1900aa0653680897ad4a93c Mon Sep 17 00:00:00 2001 From: Nick Leffler Date: Thu, 21 May 2020 15:09:05 -0400 Subject: [PATCH] removed unneeded site name --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 27f8f25..8219bb7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -15,7 +15,7 @@ wwwUser="nginx" #### DON"T TOUCH BELOW HERE #### get_info () { -read -p "Enter Site Name: " siteName +#read -p "Enter Site Name: " siteName read -p "Enter Site Title: " siteTitle read -p "SSL [Y/n]: " siteProtoIn read -p "Certbot ready? [Y/n]: " cbReady @@ -28,6 +28,7 @@ if [[ $siteProtoIn == "n" ]]; then fi fullURL="${siteProto}${siteURL}" +siteName="$(siteTitle}" } genSSL () {