mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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"
|
||||
;;
|
||||
-c)
|
||||
docker exec -it frappe bash -c "$optopt"
|
||||
shift
|
||||
docker exec -it frappe bash -c "bench $optarg"
|
||||
;;
|
||||
-u)
|
||||
d=1
|
||||
|
|
@ -79,7 +80,7 @@ while true; do
|
|||
;;
|
||||
--init)
|
||||
init=1
|
||||
site="$optopt"
|
||||
site="$optarg"
|
||||
;;
|
||||
--start)
|
||||
start=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue