Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-24 16:34:25 -05:00
parent b901c30ddd
commit 9670bb3823

View File

@@ -1833,7 +1833,7 @@ RUN_COMMAND(){
DOWNLIST(){
declare -i cw; declare -i spc1; declare -i c
rm -f /tmp/ssllist
for downitem in /opt/idssys/nodemgmt/*.down/ ; do echo $downitem; done > /tmp/downlist
for downitem in /opt/idssys/nodemgmt/*.down ; do echo $downitem; done > /tmp/downlist
if [ -z $action ] || [ "${action}" = "gui" ]; then
DIVIDER true
fi