Update certs.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user