From c5c84bf9287f295c338c7cfd8a87bb662931e1a9 Mon Sep 17 00:00:00 2001 From: Mendel Greenberg Date: Tue, 9 Apr 2019 14:56:58 -0400 Subject: [PATCH] dont know what that's doing there --- dbench | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbench b/dbench index 7ee1df86..49bbc625 100755 --- a/dbench +++ b/dbench @@ -24,7 +24,7 @@ elif [[ "$1" == 'setup' ]]; then docker-compose up -d fi elif [[ "$2" == 'hosts' ]]; then - a=$(run frappe "ls sites/*/site_config.json | grep -o '/.\+/'") \ + a=$(run frappe "ls sites/*/site_config.json | grep -o '/.\+/'") a="${a//$'\n'/ }" a=$(echo "$a" | tr -d / ) result="127.0.0.1 ${a}"