From 9cfdda92075a4746a1c732f987c6fcb3477fad24 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 18:40:20 -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 5ce0a16e..044d050b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -683,7 +683,7 @@ LISTCERTS(){ SUBJECT_DISP="${SUBJECT}" until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done else - SUBJECT_DISP="${idsBG[Green]}${idsCL[White]}${SUBJECT}${idsBG[Default]}${idsCL[Cyan]}" + SUBJECT_DISP="${idsBG[Green]}${idsCL[Black]}${SUBJECT}${idsBG[Default]}${idsCL[Cyan]}" spc="${idsBG[Green]}" until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done spc="${spc}${idsBG[Default]}${idsCL[Cyan]}"