From 1b9d42a13227f196c3e1a3662c808365279824f9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Nov 2019 17:02:40 -0600 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 70c9719f..5741bd3f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1439,7 +1439,7 @@ NODEUPDATE() { spc1=${cw}-${#nip} until [ $c = ${spc1} ]; do spcb="${spcb} "; c=`expr $c + 1`; done echo -en "Updating ${NM_NODETYPES[$NTYPE]}-Node${nid}${spca}($nip)${spcb}... ${idsCL[Default]}" - #${NCMD} "nodemgmt update q" + ${NCMD} "nodemgmt update q" echo -e "${idsCL[Green]}COMPLETE${idsCL[Default]}" nid=`expr $nid + 1` done