From 8f41bb14656f465ff18dc1dbc4fc498cf19a2964 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Feb 2019 23:01:44 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index fefdc4d4..03f0f0c3 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -97,8 +97,8 @@ LISTCERTS(){ if [ "${#SUBJECTNAMES[*]}" -gt 1 ]; then anid=1 for ALTNAME in "${SUBJECTNAMES[@]}"; do - if [ "${anid}" = 1 ]; then alttitle='Alternate Subject:'; else alttitle=' '; fi - echo -e " ${idsCL[LightCyan]}${ALTNAME}${idsCL[Default]}" + if [ "${anid}" = 1 ]; then alttitle='Alternate Subject:'; else alttitle=' '; fi + echo -e "${alttitle} ${idsCL[LightCyan]}${ALTNAME}${idsCL[Default]}" anid=`expr $nid + 1` done fi