From a5177e565bbd60a85485690fe55f456735034bbb Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 1 May 2024 20:23:33 +0200 Subject: [PATCH] count ca --- cd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cd.sh b/cd.sh index fddb122..707cafa 100644 --- a/cd.sh +++ b/cd.sh @@ -168,6 +168,7 @@ local text eval "text=\${CD_CA_${index}}" while [ "${text}" ] ; do cd_write "${target}/${index}.crt" "${text}" + CD_CA=$((CD_CA+1)) index=$((index+1)) eval "text=\${CD_CA_${index}}" done