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