From 60f57580a21b1da9930b8026e30da6a0cab88296 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Mar 2024 12:16:29 -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 eb4755b2..0574b534 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -333,6 +333,7 @@ NODEUPDATES() { if [[ ${RUN_NODE_IP} == *"${nip}"* ]]; then nip='localhost ' fi + echo "HERE: ${nip}" NODEUPDATE "${nip}" "${2}" "${NMCMD}" & ((ncount++)) fi @@ -344,7 +345,7 @@ NODEUPDATES() { for nodecmd in /tmp/.nodeupdate.*.done; do if [[ "${nodecmd}" != *"*"* ]]; then nodecmd_output=$(cat ${nodecmd}) - [ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}" + #[ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}" #rm -f ${nodecmd} ((nc_count++)) fi