From b55096acd46ac749f52c3f192264982861ea39b2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Mar 2024 11:54:06 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 0f726e6e..c078bde3 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -332,7 +332,8 @@ NODEUPDATES() { if [[ ${RUN_NODE_IP} == *"${nip}"* ]]; then nip='localhost ' fi - NODEUPDATE "${nip}" "${2}" "${NMCMD}" & + echo "HERE: ${nip} - ${2}" + NODEUPDATE "${nip}" "${2}" "${NMCMD}" ###& ((ncount++)) done done