From ae7f679be27c70350489e97a3b9704353d2ce178 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Tue, 13 Aug 2019 07:38:54 +0200 Subject: [PATCH] remove obsolete (and wrong) "starting apache" line (#214) Signed-off-by: Felix Bartels --- webapp/start.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webapp/start.sh b/webapp/start.sh index b99672e..19a3324 100755 --- a/webapp/start.sh +++ b/webapp/start.sh @@ -49,11 +49,9 @@ 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_@}" echo "Starting php-fpm" php-fpm7.0 -F & -exec /usr/libexec/kopano/kwebd caddy -conf /etc/kweb.cfg \ No newline at end of file +exec /usr/libexec/kopano/kwebd caddy -conf /etc/kweb.cfg