diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f4a239bb..1db2e1ba 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -654,9 +654,9 @@ LISTCERTS(){ fi echo echo -e "${idsCL[LightGreen]}Current Certificates on Node...${idsCL[Default]}" - DIVIDER false yellow 100 + DIVIDER false yellow 120 echo -e "Subject Name Monitored Expires Alternate Subject Names" - DIVIDER false yellow 100 + DIVIDER false yellow 120 cw=30; c=0; spc2=''; until [ $c = ${cw} ]; do spc2="${spc2} "; c=`expr $c + 1`; done