Intégration de la branche release-1.2.4

This commit is contained in:
Jephté Clain 2015-04-20 17:55:47 +04:00
commit 80f88573ea
4 changed files with 10 additions and 2 deletions

View File

@ -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
Correction d'un bug avec la copie des fichiers

View File

@ -1 +1 @@
1.2.3
1.2.4

View File

@ -1 +1 @@
008002002
008002003

View File

@ -253,6 +253,10 @@ function apache_autoconf() {
if [ -d "$certsconfdir" ]; then
local -a certsconfs
local certsconf cert key ca
array_addu FILLVARS cert
array_addu FILLVARS key
array_addu FILLVARS ca
etitle "Installation des certificats"
array_lsfiles certsconfs "$certsconfdir" "*.conf"
for certsconf in "${certsconfs[@]}"; do