From 87d8da1c24734f4e05100315d4c2264dbbade129 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 7 Jan 2021 11:42:48 +0100 Subject: [PATCH] install_sympa.sh: fix error in determin Apache VHost directory. --- install_sympa.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_sympa.sh b/install_sympa.sh index 1ed5817..4af3c56 100755 --- a/install_sympa.sh +++ b/install_sympa.sh @@ -453,6 +453,7 @@ else ## - if [ -d "${apache_conf_dir}/vhosts" ]; then _apache_vhost_dir=${apache_conf_dir}/vhosts + apache_vhost_dir=${apache_conf_dir}/vhosts fi fi