Browse Source

Fix bin/xdebug not working on Docker Desktop 4.4.2 #619

Mark Shust 3 years ago
parent
commit
4331507f9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/bin/xdebug

+ 1 - 1
compose/bin/xdebug

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/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() {
 xdebug_status() {
     if [[ $S == 1 ]]; then
     if [[ $S == 1 ]]; then