trying a few other things

This commit is contained in:
chabad360 2018-08-02 17:33:48 -07:00
parent e6af580863
commit 6bab2b4cf7

5
dbench
View file

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