bug
This commit is contained in:
parent
c145884051
commit
988e04518c
|
@ -253,6 +253,10 @@ function apache_autoconf() {
|
||||||
if [ -d "$certsconfdir" ]; then
|
if [ -d "$certsconfdir" ]; then
|
||||||
local -a certsconfs
|
local -a certsconfs
|
||||||
local certsconf cert key ca
|
local certsconf cert key ca
|
||||||
|
array_addu FILLVARS cert
|
||||||
|
array_addu FILLVARS key
|
||||||
|
array_addu FILLVARS ca
|
||||||
|
|
||||||
etitle "Installation des certificats"
|
etitle "Installation des certificats"
|
||||||
array_lsfiles certsconfs "$certsconfdir" "*.conf"
|
array_lsfiles certsconfs "$certsconfdir" "*.conf"
|
||||||
for certsconf in "${certsconfs[@]}"; do
|
for certsconf in "${certsconfs[@]}"; do
|
||||||
|
|
Loading…
Reference in New Issue