We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#!/usr/bin/env bash
1 parent 8a6611f commit d47aca2Copy full SHA for d47aca2
compose/bin/debug-cli
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
S=$(bin/clinotty cat /usr/local/etc/php/php.ini | grep -iGc 'xdebug.mode = off');
3
R=$(grep -c 'XDEBUG_CONFIG=idekey' ./env/phpfpm.env)
4
compose/bin/init
# Script to initialize a Magento development environment
0 commit comments