From 8575cfc17c2bcb9d0312409611c86e2edcb4f6c5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Feb 2019 23:02:16 -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 a1d8d4b4..4c1f5be6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -97,7 +97,7 @@ LISTCERTS(){ if [ "${#SUBJECTNAMES[*]}" -gt 1 ]; then anid=1 for ALTNAME in "${SUBJECTNAMES[@]}"; do - if [ "${anid}" = 1 ]; then alttitle='Alternate Subject:'; else alttitle=' '; fi + if [ "${anid}" = 1 ]; then alttitle='Alternate Subject:'; else alttitle=' '; fi echo -e "${alttitle} ${idsCL[LightCyan]}${ALTNAME}${idsCL[Default]}" anid=`expr $anid + 1` done