We want full compat

This commit is contained in:
Micke Nordin 2024-10-04 10:04:43 +02:00
parent e3a729e1a8
commit 4b4d0626cf
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -1,4 +1,4 @@
#!/bin/bash
pw=$(yq -r '.services.db.environment[0]' /opt/mariadb/docker-compose.yml | awk -F '=' '{print $2}')
docker exec -ti mariadb_db_1 mysql -u root -p"${pw}" -e "${@}"
docker exec -ti mariadb_db_1 mysql -u root -p"${pw}" "${@}"