Skip to content

Commit a3966b0

Browse files
dougbradburyJ0WI
andauthored
Update docker-entrypoint.sh
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
1 parent 278b71f commit a3966b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-entrypoint.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ if [ ! -e matomo.php ]; then
5656
chown -R "$user":"$group" .
5757
fi
5858

59-
/var/www/html/console core:create-security-files
59+
if expr "$1" : "apache" 1>/dev/null; then
60+
/var/www/html/console core:create-security-files
61+
fi
6062

6163
exec "$@"

0 commit comments

Comments
 (0)