Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-24 16:49:05 -05:00
parent c6da2b4219
commit bb4feba434

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##*/}
item=${downitem##*-}
ho=${downitem#*-}
c=0; spc=''
spc1=${cw}-${#item}