dont know what that's doing there

This commit is contained in:
Mendel Greenberg 2019-04-09 14:56:58 -04:00
parent eeb6223eb5
commit c5c84bf928
No known key found for this signature in database
GPG key ID: B26A7D2DF7DC6EF7

2
dbench
View file

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