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 ;;