removed unneeded site name

This commit is contained in:
Nick Leffler 2020-05-21 15:09:05 -04:00
parent b0be2241a0
commit db8febc233

View File

@ -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 () {