more cbReady logic
This commit is contained in:
parent
449f922c16
commit
a590090e31
@ -18,7 +18,7 @@ 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?: " cbReady
|
read -p "Certbot ready? [Y/n]: " cbReady
|
||||||
read -p "Enter Site URL: " siteURL
|
read -p "Enter Site URL: " siteURL
|
||||||
read -p "Enter WPAdmin email: " adminEmail
|
read -p "Enter WPAdmin email: " adminEmail
|
||||||
|
|
||||||
@ -208,6 +208,7 @@ fi
|
|||||||
# set defaults
|
# set defaults
|
||||||
siteProto="https://"
|
siteProto="https://"
|
||||||
ssl=1
|
ssl=1
|
||||||
|
cbReady="y"
|
||||||
|
|
||||||
# get mdata
|
# get mdata
|
||||||
get_info
|
get_info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user