Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-24 16:50:08 -05:00
parent bb4feba434
commit eff105483b

View File

@@ -1848,7 +1848,7 @@ DOWNLIST(){
# for downitem in $(</tmp/downlist); do
for downitem in `find /opt/idssys/nodemgmt -name "*.down"`; do
downitem=${downitem##*/}
ho=${downitem#*-}
item=${downitem#*-}
c=0; spc=''
spc1=${cw}-${#item}