From 01e43aa74f40271d26a1883301aa96502115827c Mon Sep 17 00:00:00 2001 From: chabad360 Date: Wed, 1 Aug 2018 20:19:57 -0700 Subject: [PATCH] debug dbench update travis --- .travis.yml | 2 -- dbench | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index afc72552..34cd9812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -sudo: required - language: python python: diff --git a/dbench b/dbench index 40e8ba27..38f90056 100644 --- a/dbench +++ b/dbench @@ -35,6 +35,7 @@ elif [ $1 == '--init' ]; then if ! $2; then set -- "${@:1}" "site1.local"; fi if ! $3; then set -- "${@:1:2}" "site1.local" && site=$3; fi if ! $4; then set -- "${@:1:2:3}" "site1.local" && site=$4; fi + echo "$site" frappe_installer $site if [ "$2" == '-e' ]; then echo "installing erpnext"