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