From ed963deae8c5dac28e5f0791f10259114aeb5ee7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 25 Aug 2023 22:57:42 -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 366f5fd2..72674323 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -688,7 +688,7 @@ DOWNLIST(){ spc1=${cw2}-${#itemname}-${#host}-${spc1} until [ $c = ${spc1} ]; do spc2="${spc2} "; c=`expr $c + 1`; done echo -e "${idsST[Bold]}${idsCL[Red]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsST[Reset]}${idsCL[Default]}" - DIVIDER false darkGray 80 + DIVIDER false darkGray 90 done fi echo