mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Updating dbench in some areas
This commit is contained in:
parent
98bdef5669
commit
dd8da9a869
1 changed files with 1 additions and 1 deletions
2
dbench
2
dbench
|
|
@ -24,7 +24,7 @@ elif [[ "$1" == 'setup' ]]; then
|
|||
docker-compose up -d
|
||||
fi
|
||||
elif [[ "$2" == 'hosts' ]]; then
|
||||
a=$(cd ~/frappe-bench && 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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue