From eccc8dfcd5736c9ddc5f68cd8ebfdbe4b38b2b1d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 6 Aug 2023 19:16:38 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 71a74fe7..cbf0535f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -319,6 +319,8 @@ NODEUPDATE() { idsCL=('') idsBG=('') idsST=('') + else + echo fi declare -i cw; declare -i spc1; declare -i c echo -e "${idsCL[LightGreen]}Updating All Nodes${idsCL[Default]}"