From f292de452d58f69672be8b31210b909a9e614474 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 18:42:03 -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 d2aa9aae..7a0e191f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -684,7 +684,7 @@ LISTCERTS(){ until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done else SUBJECT_DISP="${idsBG[Cyan]}${idsCL[White]}${SUBJECT}${idsBG[Default]}${idsCL[Cyan]}" - spc="${idsBG[Green]}" + spc="${idsBG[Cyan]}" until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done spc="${spc}${idsBG[Default]}${idsCL[Cyan]}" fi