Browse Source

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

Mark Shust 3 năm trước cách đây
mục cha
commit
4331507f9e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compose/bin/xdebug

+ 1 - 1
compose/bin/xdebug

@@ -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