From b2b1b660b62367d5fab537a81be560c34a494e7d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 10:01:35 -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 7c925aac..9ecaeb80 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -589,7 +589,7 @@ RUN_COMMAND(){ DOWNLIST(){ declare -i cw; declare -i spc1; declare -i c - DOWN_LIST=`find ${NM_FOLDER} -name "*.down"` + DOWN_LIST=`find ${NM_TMPFOLDER} -name "*.down"` IFS=$'\n' read -rd '' -a DOWN_LIST <<<"${DOWN_LIST}" unset IFS