This commit is contained in:
Marc Beninca 2024-05-01 20:23:33 +02:00
parent 338f437861
commit a5177e565b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

1
cd.sh
View file

@ -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