From 972101707ffc0f54a723364e2eaf76b8e94c945d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jul 2025 09:02:39 -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 eae1e39a..865ae475 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -841,7 +841,7 @@ RUN_COMMAND(){ } DOWNLIST(){ - declare -i cw; declare -i spc1; declare -i c + declare -i cw; declare -i spc1; declare -i c; sss=0 DOWN_LIST=`find ${NM_TMPFOLDER}/ -maxdepth 1 -iname "*.down"` IFS=$'\n'; read -rd '' -a DOWN_LIST <<<"${DOWN_LIST}"; unset IFS if [ "${1}" == "report" ]; then