This commit is contained in:
2023-09-10 19:20:39 -05:00
parent 8145810b56
commit 254dfa071d
2 changed files with 5 additions and 1 deletions

View File

@@ -855,6 +855,9 @@ GUI(){
else
DOWNLIST ${2}
fi;;
dl)
DOWNLIST ${2}
;;
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" ]; then
@@ -945,6 +948,7 @@ GUI(){
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]}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]}haproxy-config${idsCL[Default]} - Push out haproxy config"
echo -e " ${idsCL[Yellow]}listcerts${idsCL[Default]} - List all SSL Certificates and Common Names"