Explorar o código

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

Mark Shust %!s(int64=3) %!d(string=hai) anos
pai
achega
4331507f9e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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