distillery/info.sh: Properly parse db credentials
This commit is contained in:
parent
d232cd9977
commit
d975f9e8a1
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ GRAPHDB_HEADER="$(printf "%s:%s" "$GRAPHDB_USER" "$GRAPHDB_PASSWORD" | base64 -w
|
|||
|
||||
# read sql configuration
|
||||
cd "$INSTANCE_BASE_DIR"
|
||||
docker-compose exec barrel drush sql:conf --format=tsv --show-passwords | read -r SQL_DATABASE SQL_USER SQL_PASS
|
||||
read -r SQL_DATABASE SQL_USER SQL_PASS SQL_OTHER <<< "$(docker-compose exec barrel drush sql:conf --format=tsv --show-passwords)"
|
||||
|
||||
echo "=================================================================================="
|
||||
echo "URL: http://$INSTANCE_DOMAIN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue