From 917aa37aba2ed89d6566da156d3a911ae471ec8d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Nov 2024 18:58:13 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2250136f..8852b9c1 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1307,6 +1307,10 @@ GUI(){ update) if [ "${2}" == "nodes" ]; then + unset idsCL idsBG idsST + idsCL=('') + idsBG=('') + idsST=('') NODEUPDATES fi ;;