install_sympa.sh: fix error in determin Apache VHost directory.

This commit is contained in:
Christoph 2021-01-07 11:42:48 +01:00
parent 2b06762acf
commit 87d8da1c24

View File

@ -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