Update sites.inc

This commit is contained in:
2023-11-10 10:44:57 -06:00
parent ec972550c0
commit 9301416c96

View File

@@ -55,7 +55,7 @@ DELSITE(){
ssh root@${NM_SINGLESRVR_IP['WEB']} sed -i "/${DEL_SITE}/d" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml
# echo -en "${idsCL[LightCyan]}Reloading NGINX ... ${idsCL[Default]}"
SERVICE nginx reload
SERVICE nginx restart
# echo -e "${idsCL[Green]}Done${idsCL[Default]}"
# nid=1
@@ -473,7 +473,7 @@ NEWSITE(){
echo
echo -e "${idsCL[LightGreen]}The new site for '${idsCL[LightGreen]}${NEW_SITE}${idsCL[Default]}' has been created.${idsCL[Default]}"
echo
echo -e -n "${idsCL[LightCyan]}Reload NGINX on all Nodes (Y/n): ${idsCL[Default]}"
echo -e -n "${idsCL[LightCyan]}Restart NGINX on all Nodes (Y/n): ${idsCL[Default]}"
read -n 1 NGINXRELOAD
if [[ ${NGINXRELOAD} =~ ^[Nn]$ ]]; then
tmp=''