removed unneeded site name
This commit is contained in:
parent
b0be2241a0
commit
db8febc233
@ -15,7 +15,7 @@ wwwUser="nginx"
|
|||||||
#### DON"T TOUCH BELOW HERE ####
|
#### DON"T TOUCH BELOW HERE ####
|
||||||
|
|
||||||
get_info () {
|
get_info () {
|
||||||
read -p "Enter Site Name: " siteName
|
#read -p "Enter Site Name: " siteName
|
||||||
read -p "Enter Site Title: " siteTitle
|
read -p "Enter Site Title: " siteTitle
|
||||||
read -p "SSL [Y/n]: " siteProtoIn
|
read -p "SSL [Y/n]: " siteProtoIn
|
||||||
read -p "Certbot ready? [Y/n]: " cbReady
|
read -p "Certbot ready? [Y/n]: " cbReady
|
||||||
@ -28,6 +28,7 @@ if [[ $siteProtoIn == "n" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
fullURL="${siteProto}${siteURL}"
|
fullURL="${siteProto}${siteURL}"
|
||||||
|
siteName="$(siteTitle}"
|
||||||
}
|
}
|
||||||
|
|
||||||
genSSL () {
|
genSSL () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user