From 8a162ee0ab826bd9c71cb9ae64293cebca18c2f8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Nov 2024 16:00:34 -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 540d1a12..f7a02620 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1313,7 +1313,7 @@ GUI(){ echo "STUCK" fi done - touch ${NM_TMPFOLDER}/.statusclean + # touch ${NM_TMPFOLDER}/.statusclean fi STATUSRUNS=($(find ${NM_TMPFOLDER}/* -maxdepth 1 -type d -iname "status-*" 2>/dev/null)) if [ "${2}" == "-h" ] || [ "${2}" == "-help" ]; then