From d0ecb5561dcea015248ef0eb0fac7ec564092c3f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Jul 2022 16:41:28 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 724fc93f..fe7d32a6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1849,6 +1849,7 @@ DOWNLIST(){ for downitem in `find /opt/idssys/nodemgmt -name "*.down"`; do c=0; spc='' spc1=${cw}-${#downitem} + echo "HERE: $downitem - $spc1" until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -e "${idsST[Bold]}${idsCL[Red]}${downitem}${spc}TYPE${idsST[Reset]}${idsCL[Default]}" DIVIDER false darkGray