From 2c059454a5b4790ca977c1499ee42ea057e1d211 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 24 May 2023 23:17:59 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b3e1103b..6b552fbc 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1232,7 +1232,7 @@ GUI(){ delsite) DELSITE ${2} ${3} ${4} ${5};; delsites) DELSITES;; 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};; - siteinfo) VIEWSITEINFO;; + siteinfo) VIEWSITEINFO ${2} ${3};; update) ;; update-nodes)