From 81c4836b6796305eee6e5f187832b3f24381a1df Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Nov 2024 19:01:01 -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 90bed5df..bbc1d8af 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -372,7 +372,7 @@ NODEUPDATES() { until [ "${completed}" == "true" ]; do for nodecmd in /tmp/.nodeupdate.*.done; do if [[ "${nodecmd}" != *"*"* ]]; then - nodecmd_output=$(cat ${nodecmd}) + # nodecmd_output=$(cat ${nodecmd}) # [ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}" rm -f ${nodecmd} ((nc_count++))