This commit is contained in:
2023-12-16 14:53:23 -06:00
parent e75b602b0f
commit ec55e38a94
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='5.1.21-12132023'
NM_BETA=false
VERS='5.1.22a-12162023'
NM_BETA=true
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 betacheck '
CERT_DAEMON='/snap/bin/certbot'

View File

@@ -1125,6 +1125,12 @@ GUI(){
test)
tmp=tmp
;;
nginxupdate)
for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do
echo $nfile
done
;;
gui) GUI;;
*)