diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 517e6920..56db8d0a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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