From e500a6cd64a79203b7340756f5f38e5d539b60aa Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Feb 2019 12:13:12 -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 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}"