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

View File

@@ -1126,6 +1126,12 @@ GUI(){
tmp=tmp tmp=tmp
;; ;;
nginxupdate)
for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do
echo $nfile
done
;;
gui) GUI;; gui) GUI;;
*) *)
echo -e "${idsCL[Yellow]}Commands followed by '-h' will show specific command help. {work-in-progress}${idsCL[Default]}" echo -e "${idsCL[Yellow]}Commands followed by '-h' will show specific command help. {work-in-progress}${idsCL[Default]}"