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"`