We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f90506 commit 1852979Copy full SHA for 1852979
bin/xdebug/mode
@@ -29,7 +29,7 @@
29
30
cd ${DOCKER_DIRECTORY}
31
32
-if [ $(uname) == "Darwin" ]
+if [ $(uname) = "Darwin" ]
33
then
34
docker-compose exec -u root php-fpm sed -i '' "s/xdebug.mode=.*/xdebug.mode=$1/g" /usr/local/etc/php/php.ini
35
else
0 commit comments