From 47761c99d2bffceacdbbf4cb0dceb88131a9e59a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 9 May 2024 09:10:14 -0500 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 d854dc8a..65357f77 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -800,7 +800,7 @@ RUN_COMMAND(){ DOWNLIST(){ declare -i cw; declare -i spc1; declare -i c - DOWN_LIST=`find -maxdepth 1 ${NM_TMPFOLDER}/ -iname "*.down"` + DOWN_LIST=`find ${NM_TMPFOLDER}/ -maxdepth 1 -iname "*.down"` IFS=$'\n'; read -rd '' -a DOWN_LIST <<<"${DOWN_LIST}"; unset IFS if [ "${1}" == "report" ]; then unset idsCL idsBG idsST