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 done
} }
DOWNLIST(){
}
GUI(){ GUI(){
DISP_HEADER true false DISP_HEADER true false
while : while :
@@ -1894,6 +1899,7 @@ if [ ${action-x} ]; then
update-nodes) NODEUPDATE ${2};; update-nodes) NODEUPDATE ${2};;
update-dyndns) UPDATE_DYNDNS ${2};; update-dyndns) UPDATE_DYNDNS ${2};;
backup) BACKUP;; backup) BACKUP;;
downlist) DOWNLIST;;
status) status)
if [ -f "${FOLDER}/status-check.running" ]; then if [ -f "${FOLDER}/status-check.running" ]; then
fd=`stat --format=%Y "${FOLDER}/status-check.running"` fd=`stat --format=%Y "${FOLDER}/status-check.running"`