From 6bab2b4cf72a96f95dc1bec3fb87e48a881ad06d Mon Sep 17 00:00:00 2001 From: chabad360 Date: Thu, 2 Aug 2018 17:33:48 -0700 Subject: [PATCH] trying a few other things --- dbench | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dbench b/dbench index 9d5fd224..1bb82f73 100644 --- a/dbench +++ b/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