Update nodemgmt-scripts.sh

This commit is contained in:
2025-07-26 09:02:39 -05:00
parent c935818e40
commit 972101707f

View File

@@ -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