Skip to content

Commit 4331507

Browse files
committed
Fix bin/xdebug not working on Docker Desktop 4.4.2 #619
1 parent 2695fe2 commit 4331507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/bin/xdebug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

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

55
xdebug_status() {
66
if [[ $S == 1 ]]; then

0 commit comments

Comments
 (0)