Update certs.inc

This commit is contained in:
2025-07-05 15:36:23 -05:00
parent 2a2606162b
commit fbab12a073

View File

@@ -672,7 +672,7 @@ COPYCERTS(){
i=0
for CERTSITE in "${COPYCERTS[@]}"; do
c=0; spc=''; c1=30-${#CERTSITE}; until [ $c = ${cw} ]; do spc="${spc} "; c=`expr $c + 1`; done
c=0; spc=''; c1=30-${#CERTSITE}; until [ $c = ${c1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en "${idsCL[LightCyan]}Updating ${idsCL[Green]}${CERTSITE} ${idsCL[LightCyan]}...${spc}"
COPYTO=${CERTFOLDERS[${i}]}
NCF=false