count ca
This commit is contained in:
parent
338f437861
commit
a5177e565b
1 changed files with 1 additions and 0 deletions
1
cd.sh
1
cd.sh
|
@ -168,6 +168,7 @@ local text
|
||||||
eval "text=\${CD_CA_${index}}"
|
eval "text=\${CD_CA_${index}}"
|
||||||
while [ "${text}" ] ; do
|
while [ "${text}" ] ; do
|
||||||
cd_write "${target}/${index}.crt" "${text}"
|
cd_write "${target}/${index}.crt" "${text}"
|
||||||
|
CD_CA=$((CD_CA+1))
|
||||||
index=$((index+1))
|
index=$((index+1))
|
||||||
eval "text=\${CD_CA_${index}}"
|
eval "text=\${CD_CA_${index}}"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue