Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 08:36:43 -06:00
parent d872a85101
commit 1af4648d34

View File

@@ -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