unsplit
This commit is contained in:
parent
87feb55792
commit
d3d54bd2be
1 changed files with 1 additions and 3 deletions
4
pidd.sh
4
pidd.sh
|
@ -551,9 +551,7 @@ pidd_write_ca_certificates() {
|
|||
while [ -n "${pidd_wcc__text}" ]; do
|
||||
pidd_wcc__path="${PIDD_CA_ROOT}/${pidd_wcc__index}.crt"
|
||||
pidd_split
|
||||
pidd_write \
|
||||
"${pidd_wcc__path}" \
|
||||
"${pidd_wcc__text}"
|
||||
pidd_write "${pidd_wcc__path}" "${pidd_wcc__text}"
|
||||
pidd_openssl "${pidd_wcc__path}"
|
||||
pidd_wcc__index=$((pidd_wcc__index + 1))
|
||||
eval "pidd_wcc__text=\"\${PIDD_CA_${pidd_wcc__index}}\""
|
||||
|
|
Loading…
Reference in a new issue