diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index cf7fcc9c..d218ea82 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -146,7 +146,7 @@ LISTCERTS(){ cw=30 spc1=${cw}-${#SUBJECT} spc='' - for run in {1..${scp1}}; do + for run in {1..10}; do spc="${spc} " done echo -e "${SUBJECT}${spc}$(date -d @${CERTEXPIRE} '+%m-%d-%Y') ${SUBJECTNAMES}"