mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15:09 +00:00
trying a few other things
This commit is contained in:
parent
e6af580863
commit
6bab2b4cf7
1 changed files with 3 additions and 2 deletions
5
dbench
5
dbench
|
|
@ -63,7 +63,8 @@ while true; do
|
||||||
site="$optopt"
|
site="$optopt"
|
||||||
;;
|
;;
|
||||||
-c)
|
-c)
|
||||||
docker exec -it frappe bash -c "$optopt"
|
shift
|
||||||
|
docker exec -it frappe bash -c "bench $optarg"
|
||||||
;;
|
;;
|
||||||
-u)
|
-u)
|
||||||
d=1
|
d=1
|
||||||
|
|
@ -79,7 +80,7 @@ while true; do
|
||||||
;;
|
;;
|
||||||
--init)
|
--init)
|
||||||
init=1
|
init=1
|
||||||
site="$optopt"
|
site="$optarg"
|
||||||
;;
|
;;
|
||||||
--start)
|
--start)
|
||||||
start=1
|
start=1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue