Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-24 15:44:10 -05:00
parent 1e3076675a
commit d4817ac4cc

View File

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