Intégration de la branche release-1.2.4
This commit is contained in:
commit
80f88573ea
|
@ -1,3 +1,7 @@
|
||||||
|
## Version 1.2.4 du 20/04/2015-17:55
|
||||||
|
|
||||||
|
988e045 bug
|
||||||
|
|
||||||
## Version 1.2.3 du 20/04/2015-17:43
|
## Version 1.2.3 du 20/04/2015-17:43
|
||||||
|
|
||||||
Correction d'un bug avec la copie des fichiers
|
Correction d'un bug avec la copie des fichiers
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.2.3
|
1.2.4
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
008002002
|
008002003
|
||||||
|
|
|
@ -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