Update sites.inc
This commit is contained in:
@@ -451,7 +451,7 @@ NEWSITE(){
|
|||||||
echo -en "${idsCL[LightCyan]}Restart NGINX on all Nodes (Y/n): ${idsCL[Default]}"
|
echo -en "${idsCL[LightCyan]}Restart NGINX on all Nodes (Y/n): ${idsCL[Default]}"
|
||||||
read -n 1 NGINXRELOAD
|
read -n 1 NGINXRELOAD
|
||||||
if [[ ${NGINXRELOAD} =~ ^[Nn]$ ]]; then
|
if [[ ${NGINXRELOAD} =~ ^[Nn]$ ]]; then
|
||||||
tmp=''
|
echo
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
SERVICE nginx restart
|
SERVICE nginx restart
|
||||||
@@ -465,6 +465,7 @@ NEWSITE(){
|
|||||||
${NM_SCRIPT} newsite
|
${NM_SCRIPT} newsite
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
NEWPROXYSITE_CREATE(){
|
NEWPROXYSITE_CREATE(){
|
||||||
|
|||||||
Reference in New Issue
Block a user