Skip to content

Commit

Permalink
Update docker-entrypoint.sh
Browse files Browse the repository at this point in the history
Co-authored-by: J0WI <[email protected]>
  • Loading branch information
dougbradbury and J0WI authored Sep 24, 2024
1 parent 278b71f commit a3966b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ if [ ! -e matomo.php ]; then
chown -R "$user":"$group" .
fi

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

exec "$@"

0 comments on commit a3966b0

Please sign in to comment.