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]}"
|
||||
read -n 1 NGINXRELOAD
|
||||
if [[ ${NGINXRELOAD} =~ ^[Nn]$ ]]; then
|
||||
tmp=''
|
||||
echo
|
||||
else
|
||||
echo
|
||||
SERVICE nginx restart
|
||||
@@ -465,6 +465,7 @@ NEWSITE(){
|
||||
${NM_SCRIPT} newsite
|
||||
exit 0
|
||||
fi
|
||||
echo
|
||||
}
|
||||
|
||||
NEWPROXYSITE_CREATE(){
|
||||
|
||||
Reference in New Issue
Block a user