Update nodemgmt-scripts.sh

This commit is contained in:
2024-11-29 16:41:18 -06:00
parent 9a4e72b372
commit 4f2e72bad5

View File

@@ -1315,7 +1315,11 @@ GUI(){
newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15} ${16} ${17} ${18} ${19} ${20} ${21} ${22} ${23} ${24} ${25};;
sites) SITEINFO ${2} ${3} ${4} ${5} ${6};;
update) ;;
update)
if [ "${2}" == "nodes" ]; then
NODEUPDATES
fi
;;
update-nodes)
if [ "${2}" == "report" ]; then
[ "${3}" == "sync" ] && ufile=update-nodes-sync.lastrun || ufile=update-nodes.lastrun