mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
dont know what that's doing there
This commit is contained in:
parent
eeb6223eb5
commit
c5c84bf928
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
|
docker-compose up -d
|
||||||
fi
|
fi
|
||||||
elif [[ "$2" == 'hosts' ]]; then
|
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="${a//$'\n'/ }"
|
||||||
a=$(echo "$a" | tr -d / )
|
a=$(echo "$a" | tr -d / )
|
||||||
result="127.0.0.1 ${a}"
|
result="127.0.0.1 ${a}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue