Update certs.inc

This commit is contained in:
2023-11-13 07:47:37 -06:00
parent 7096f8f6eb
commit 8b498f7814

View File

@@ -218,7 +218,7 @@ LISTCERTS(){
ssldir=$(${NCMD} find ${NM_CERTPATH}/live/* -type d)
fi
i=0
i=1
for certdir in ${ssldir[@]}; do
if (( i % 12 == 0 )) || [ $i = 0 ]; then
DIVIDER false yellow 120