We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2695fe2 commit 4331507Copy full SHA for 4331507
compose/bin/xdebug
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-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');
4
5
xdebug_status() {
6
if [[ $S == 1 ]]; then
0 commit comments