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}