mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
this is more complicated than i thought
This commit is contained in:
parent
da8d7a9da7
commit
fbe00a376f
1 changed files with 2 additions and 1 deletions
3
bench
3
bench
|
|
@ -19,5 +19,6 @@ elif [ "$1" == '-c' ]; then
|
|||
shift
|
||||
docker exec -i -u "$user" frappe bash -c "$@"
|
||||
else
|
||||
docker exec -i frappe bash -c "bench $@"
|
||||
IFS=
|
||||
docker exec -i frappe bash -c "bench $*"
|
||||
fi
|
||||
Loading…
Reference in a new issue