1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Make z-push configurable through env (#128)

* change current config changes to use php_cfg_gen
* add remaining (for kopano relevant config files)
* add autodiscover to z-push image
* add more autodiscover aliases to kweb

fixes #114 #39
This commit is contained in:
Felix Bartels
2019-03-25 10:16:46 +01:00
committed by GitHub
parent 67e8f44eac
commit aefcf10485
4 changed files with 91 additions and 11 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ php_cfg_gen() {
cat "$cfg_file"
exit 1
fi
else
else
echo "Error: Config file $cfg_file not found. Plugin not installed?"
local dir
dir=$(dirname "$cfg_file")