From f4d7a3b1babf2dc3e2b428ae6522cb9ac6928803 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 17:42:11 -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 e494637c..b94a601f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -879,7 +879,7 @@ GUI(){ if [ "${2}" == "freespace" ]; then STATUS freespace ${3} else - STATUSRUNS=($(find ${NM_TMPFOLDER}/* -maxdepth 1 -type d -iname "status-*" 2>/dev/null)) + STATUSRUNS=($(find "${NM_TMPFOLDER}/"* -maxdepth 1 -type d -iname "status-*" 2>/dev/null)) echo "HERE: ${STATUSRUNS}" if [ ${STATUSRUNS} -le 3 ]; then STATUS_START=$(date +%Y-%m-%d-%H-%M-%S)