this is more complicated than i thought

This commit is contained in:
chabad360 2018-10-05 05:21:20 +00:00
parent da8d7a9da7
commit fbe00a376f

3
bench
View file

@ -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