From 9670bb3823770b29ec2585e4b622722775cc86cb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Jul 2022 16:34:25 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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