Skip to content

Commit cf98e4f

Browse files
committed
Fix alias
Signed-off-by: Eric Nemchik <eric@nemchik.com>
1 parent 7b9a463 commit cf98e4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

root/usr/bin/console

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/with-contenv bash
22
# shellcheck shell=bash
33

4-
s6-setuidgid abc cd /app/www php -d memory_limit=-1 bin/console "$*"
4+
cd /app/www || exit 1
5+
s6-setuidgid abc php -d memory_limit=-1 bin/console "$*"

0 commit comments

Comments
 (0)