Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-14 10:01:35 -06:00
parent 55d1ae661a
commit b2b1b660b6

View File

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