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