From 988e04518c324b886b09f5e57de8f3b983e7fd14 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Mon, 20 Apr 2015 17:55:10 +0400 Subject: [PATCH] bug --- lib/ulib/apache.tools | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ulib/apache.tools b/lib/ulib/apache.tools index c7353e4..8564da3 100644 --- a/lib/ulib/apache.tools +++ b/lib/ulib/apache.tools @@ -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