2
0
Эх сурвалжийг харах

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

Mark Shust 3 жил өмнө
parent
commit
4331507f9e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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