From 61812ffb491a7fcce1d85d2d3c2801646c3c6c77 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Dec 2023 08:29:47 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e658d002..db6466f4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -860,7 +860,7 @@ GUI(){ betacheck) BETACHECK;; update-dyndns) UPDATE_DYNDNS ${2} ${3} ${4} ${5} ${6};; backup) BACKUP;; - downlist) + dl|downlist) if [ "${2}" = "report" ]; then if [ "$(find ${NM_FOLDER} -name '*.down')" != "" ]; then rm -f ${NM_LOGFOLDER}/status-downlist.lastrun @@ -871,9 +871,6 @@ GUI(){ else DOWNLIST ${2} fi;; - dl) - DOWNLIST ${2} - ;; status) if [ "${2}" == "freespace" ]; then STATUS freespace ${3}