From 379b539120f5fa6cc9ca3f9ccdefac5a4e3ae2d0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Mar 2024 12:14:33 -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 1f9b005e..eb4755b2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -345,7 +345,7 @@ NODEUPDATES() { if [[ "${nodecmd}" != *"*"* ]]; then nodecmd_output=$(cat ${nodecmd}) [ "${nodecmd_output}" != "" ] && echo -e "${nodecmd_output}" - rm -f ${nodecmd} + #rm -f ${nodecmd} ((nc_count++)) fi done