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