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

unsed kcconf_ env variables before starting up the individual services

fixes https://github.com/zokradonh/kopano-docker/issues/4

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2018-11-21 10:38:11 +01:00
parent 58081c9d41
commit 07ea7b92bf
3 changed files with 39 additions and 21 deletions
+2
View File
@@ -43,4 +43,6 @@ echo "Starting Apache"
rm -f /run/apache2/apache2.pid
set +u
source /etc/apache2/envvars
# cleaning up env variables
unset "${!KCCONF_@}"
exec /usr/sbin/apache2 -DFOREGROUND