diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 774d3726..2af2a9c1 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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