Skip to content

Commit

Permalink
Test fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Sep 24, 2024
1 parent 4df1b6f commit e232a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/oxid-esales/shop_ce_compilation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install:
cat /usr/local/etc/php/conf.d/xdebug.ini
sed -e 's|^xdebug\.remote_enable.*$|xdebug.mode = debug|' /usr/local/etc/php/conf.d/xdebug.ini >/tmp/xdebug.ini
sed -e 's|^xdebug\.remote_host.*=\(.*\)$|xdebug.client_host = \1|' /tmp/xdebug.ini
cp /tmp/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
sudo cp /tmp/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
echo "*************** new ********************"
cat /usr/local/etc/php/conf.d/xdebug.ini
output:
Expand Down

0 comments on commit e232a3c

Please sign in to comment.