update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERS='4.12.5-09042023'
|
VERS='4.12.6-09102023'
|
||||||
|
|
||||||
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense '
|
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense '
|
||||||
CERT_DAEMON='/snap/bin/certbot'
|
CERT_DAEMON='/snap/bin/certbot'
|
||||||
|
|||||||
@@ -855,6 +855,9 @@ GUI(){
|
|||||||
else
|
else
|
||||||
DOWNLIST ${2}
|
DOWNLIST ${2}
|
||||||
fi;;
|
fi;;
|
||||||
|
dl)
|
||||||
|
DOWNLIST ${2}
|
||||||
|
;;
|
||||||
status)
|
status)
|
||||||
if [ -f "${NM_TMPFOLDER}/status-check.running" ] && [ $(expr `date +%s` - $(stat -c %Y ${NM_TMPFOLDER}/status-check.running)) -gt 1800 ]; then
|
if [ -f "${NM_TMPFOLDER}/status-check.running" ] && [ $(expr `date +%s` - $(stat -c %Y ${NM_TMPFOLDER}/status-check.running)) -gt 1800 ]; then
|
||||||
# if [ -f "${NM_TMPFOLDER}/status-check.running" ]; then
|
# if [ -f "${NM_TMPFOLDER}/status-check.running" ]; then
|
||||||
@@ -945,6 +948,7 @@ GUI(){
|
|||||||
echo -e " ${idsCL[Yellow]}delsite${idsCL[Default]} - Delete entire site"
|
echo -e " ${idsCL[Yellow]}delsite${idsCL[Default]} - Delete entire site"
|
||||||
echo -e " ${idsCL[Yellow]}delsites${idsCL[Default]} - (UI) Delete entire site"
|
echo -e " ${idsCL[Yellow]}delsites${idsCL[Default]} - (UI) Delete entire site"
|
||||||
echo -e " ${idsCL[Yellow]}delssl${idsCL[Default]} - Delete SSL Certificate"
|
echo -e " ${idsCL[Yellow]}delssl${idsCL[Default]} - Delete SSL Certificate"
|
||||||
|
echo -e " ${idsCL[Yellow]}downlist or dl${idsCL[Default]} - Displays all down services and/or hosts"
|
||||||
echo -e " ${idsCL[Yellow]}gui${idsCL[Default]} - Nodemgmt UI interface"
|
echo -e " ${idsCL[Yellow]}gui${idsCL[Default]} - Nodemgmt UI interface"
|
||||||
echo -e " ${idsCL[Yellow]}haproxy-config${idsCL[Default]} - Push out haproxy config"
|
echo -e " ${idsCL[Yellow]}haproxy-config${idsCL[Default]} - Push out haproxy config"
|
||||||
echo -e " ${idsCL[Yellow]}listcerts${idsCL[Default]} - List all SSL Certificates and Common Names"
|
echo -e " ${idsCL[Yellow]}listcerts${idsCL[Default]} - List all SSL Certificates and Common Names"
|
||||||
|
|||||||
Reference in New Issue
Block a user