Update nodemgmt-scripts.sh

This commit is contained in:
2024-05-09 09:10:14 -05:00
parent a81db14a28
commit 47761c99d2

View File

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