mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 14:45:10 +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
|
shift
|
||||||
docker exec -i -u "$user" frappe bash -c "$@"
|
docker exec -i -u "$user" frappe bash -c "$@"
|
||||||
else
|
else
|
||||||
docker exec -i frappe bash -c "bench $@"
|
IFS=
|
||||||
|
docker exec -i frappe bash -c "bench $*"
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in a new issue