diff --git a/defaults.inc b/defaults.inc index 93b217c6..821ade5a 100755 --- a/defaults.inc +++ b/defaults.inc @@ -19,7 +19,7 @@ PWHOSTS=10.10.0.240 NODESERVICES=mariadb,mysql,nginx,gitea,pdnsadmin,pdnsadmin.socket,haproxy,keepalived,maxscale,postgresql,web,php5.6-fpm,php7.2-fpm,php7.3-fpm,php7.4-fpm,syncthing,pdns,proxysql,radarr,sonarr,jackett,qbittorrent,snap.tautulli.tautulli,ombi,glusterd,redis-server MYSQLSERVICES_CHECK=mariadb,proxysql,keepalived WEBSERVICES_CHECK=nginx,php5.6-fpm,php7.2-fpm,php7.3-fpm,php7.4-fpm,php8.2-fpm,gitea,keepalived -LBSERVICES_CHECK=haproxy,keepalived +LBSERVICES_CHECK=haproxy,keepalived,nginx NCSERVICES_CHECK=nginx,php8.1-fpm,redis-server WPDSERVICES_CHECK=pdns,mariadb,pdnsadmin,pdnsadmin.socket LPDSERVICES_CHECK=pdns,mariadb,pdnsadmin,pdnsadmin.socket,keepalived diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b7aeadff..33860486 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -746,7 +746,7 @@ NEWCERT(){ echo -e "${NEW_CERT}\n${daterun}" > ${FOLDER}/cert-request.lastrun yes | cp -rfH ${FOLDER}/cert-request.lastrun /etc/letsencrypt/cert-request.lastrun DIVIDER true - service nginx reload + SERVICE nginx reload fi echo echo -e "${idsCL[Green]}Certificate has been successfully created for '${idsCL[Yellow]}${NEW_CERT}${idsCL[Green]}'...${idsCL[Default]}"