From 1af4648d34eb34510e89b05f37f70e175a655b65 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 08:36:43 -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 d86863b9..ec08de93 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -111,7 +111,7 @@ LISTCERTS(){ anid=1 for ALTNAME in "${SUBJECT_NAMES[@]}"; do if [ "${anid}" = 1 ]; then alttitle='Alternate Subject(s):'; else alttitle=' '; fi - echo -e "${alttitle} ${idsCL[LightCyan]}${ALTNAME}${idsCL[Default]}" + echo -e "${alttitle} ${idsCL[Cyan]}${ALTNAME}${idsCL[Default]}" anid=`expr $anid + 1` done fi