This commit is contained in:
2023-12-02 13:46:21 -06:00
parent 9e43568c66
commit 5555faf0eb
2 changed files with 6 additions and 1 deletions

View File

@@ -887,6 +887,11 @@ EDITSITE(){
echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}"
echo
echo -en "\033[1A\033[K\r${idsCL[LightCyan]}Restarting NGINX on all '${RUN_NODE_TYPE}' Nodes ... ${idsCL[Default]}"
SERVICE_MGMT nginx restart >/dev/null 2>&1
echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}"
echo
if [ "${NEWSITE}" == "true" ]; then
exit 0
else