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.
1 parent cf98e4f commit 8f6282bCopy full SHA for 8f6282b
1 file changed
root/usr/bin/console
@@ -1,5 +1,4 @@
1
#!/usr/bin/with-contenv bash
2
# shellcheck shell=bash
3
4
-cd /app/www || exit 1
5
-s6-setuidgid abc php -d memory_limit=-1 bin/console "$*"
+s6-setuidgid abc cd /app/www /bin/bash -c "php -d memory_limit=-1 bin/console $*"
0 commit comments