Skip to content

Commit

Permalink
Fix bin/xdebug not working on Docker Desktop 4.4.2 #619
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Jan 29, 2022
1 parent 2695fe2 commit 4331507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/bin/xdebug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

S=$(bin/cli cat /usr/local/etc/php/php.ini | grep -iGc 'xdebug.mode = off');
S=$(bin/clinotty cat /usr/local/etc/php/php.ini | grep -iGc 'xdebug.mode = off');

xdebug_status() {
if [[ $S == 1 ]]; then
Expand Down

0 comments on commit 4331507

Please sign in to comment.