1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00

remove obsolete (and wrong) "starting apache" line (#214)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-08-13 07:38:54 +02:00 committed by GitHub
parent fb37723cc3
commit ae7f679be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,6 @@ done
echo "Ensure config ownership"
chown -R www-data:www-data /run/sessions /tmp/webapp
echo "Starting Apache"
rm -f /run/apache2/apache2.pid
set +u
# cleaning up env variables
unset "${!KCCONF_@}"