diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c7c59d34..e624f8bb 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -145,7 +145,11 @@ LISTCERTS(){ declare -i spc1 cw=30 spc1=${cw}-${#SUBJECT} - echo -e "${SUBJECT} ${spc1} $(date -d @${CERTEXPIRE} '+%m-%d-%Y') ${SUBJECTNAMES}" + spc='' + for run in {1..${scp1}}; do + spc+=' ' + done + echo -e "${SUBJECT}${spc}$(date -d @${CERTEXPIRE} '+%m-%d-%Y') ${SUBJECTNAMES}" done if [ -z $action ] || [ "${action}" = "gui" ]; then