1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

fix integration not using all passed options

This commit is contained in:
Robin Appelman 2026-02-27 17:07:37 +01:00
commit 8941c697fb
2 changed files with 3 additions and 20 deletions

View file

@ -4,6 +4,7 @@ touch /var/log/nginx/access.log
touch /var/log/nginx/error.log
touch /var/log/cron/owncloud.log
mkdir -p /config
echo "# Options in here overwrite the builtin php.ini" > /config/php.ini
echo "# xdebug.mode = debug" >> /config/php.ini
echo "# xdebug.start_with_request = yes" >> /config/php.ini