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

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERS='4.16.19-12022023'
VERS='4.16.20-12022023'
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log '
CERT_DAEMON='/snap/bin/certbot'

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