From 1c65afc17de4908b94b3785ce1dbeee54097ea17 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 14:04:49 -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 01ac86c7..3dbb3f44 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -622,7 +622,7 @@ LISTCERTS(){ declare -i cw; declare -i spc1; declare -i c c=0; cw=26; spc='' spc1=${cw}-${#SUBJECT} - echo 'yes-a' + echo "${c}-${cw}-${#SUBJECT}-${spc1}" until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo 'yes-b' if [ $DUEIN -gt $CERTEXPIRE ]; then