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