update
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user