From 6013270c231ee6ea274e45a502b151bb54f4d11b Mon Sep 17 00:00:00 2001 From: chabad360 Date: Thu, 2 Aug 2018 16:50:33 -0700 Subject: [PATCH] this should work --- dbench | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dbench b/dbench index 411afe84..d776619f 100644 --- a/dbench +++ b/dbench @@ -81,9 +81,9 @@ while true; do shift done -if $setup; then +if [ $setup == 1 ]; then docker-compose build - if $d; then + if [ $d == 1 ]; then docker-compose -d else docker-compose @@ -91,7 +91,7 @@ if $setup; then exit 0 fi -if $init; then +if [ $init == 1 ]; then if ! $site; then site="site1.local" fi