Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user