Update deploy.sh
This commit is contained in:
parent
2a8005d282
commit
6695def9f1
@ -20,7 +20,7 @@ read -p "Enter Site Name: " siteName
|
|||||||
read -p "Enter Site Title: " siteTitle
|
read -p "Enter Site Title: " siteTitle
|
||||||
read -p "If SSL type ssl otherwise don't: " siteProtoIn
|
read -p "If SSL type ssl otherwise don't: " siteProtoIn
|
||||||
read -p "Enter Site URL: " siteURL
|
read -p "Enter Site URL: " siteURL
|
||||||
read -p "Enter WPAdmin email: " adminEmai
|
read -p "Enter WPAdmin email: " adminEmail
|
||||||
|
|
||||||
if [[ siteProtoIn == "ssl" ]]; then
|
if [[ siteProtoIn == "ssl" ]]; then
|
||||||
siteProto="https://"
|
siteProto="https://"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user