From 0ef9d5f0604a3a07757950b02f754c2bc17269e2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Nov 2023 21:11:05 -0600 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 ac02fc5a..a04b592b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -755,7 +755,7 @@ DOWNLIST(){ c=0; spc2='' spc1=${cw2}-${#itemname}-${#host}-${spc1} until [ $c = ${spc1} ]; do spc2="${spc2} "; c=`expr $c + 1`; done - echo -e "${idsCL[LightRed]}${ignsel}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsST[Reset]}${idsCL[Default]}" + echo -e "${idsCL[LightRed]}${idsST[Bold]}${ignsel}${idsST[Reset]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsCL[Default]}" DIVIDER false darkGray 90 ((is++)) done