Update sites.inc

This commit is contained in:
2023-11-11 11:26:18 -06:00
parent a41d0ece6b
commit 8831bbbe97

View File

@@ -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(){