Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-24 17:01:28 -05:00
parent bbc038d4d3
commit c9e42e082c

View File

@@ -1850,7 +1850,7 @@ DOWNLIST(){
ditem=${downitem##*/} ditem=${downitem##*/}
ditem=${ditem//.down} ditem=${ditem//.down}
host=${ditem##*-} host=${ditem##*-}
item=`echo ${ditem} | sed 's|.*/||'` item=${ditem#*-}
c=0; spc='' c=0; spc=''
spc1=${cw}-${#item} spc1=${cw}-${#item}