From d4817ac4cc8cc1d434a83bade3f570869a45d906 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Jul 2022 15:44:10 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ae0b59d6..bdbec23a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1830,6 +1830,11 @@ RUN_COMMAND(){ done } +DOWNLIST(){ + +} + + GUI(){ DISP_HEADER true false while : @@ -1894,6 +1899,7 @@ if [ ${action-x} ]; then update-nodes) NODEUPDATE ${2};; update-dyndns) UPDATE_DYNDNS ${2};; backup) BACKUP;; + downlist) DOWNLIST;; status) if [ -f "${FOLDER}/status-check.running" ]; then fd=`stat --format=%Y "${FOLDER}/status-check.running"`