We want full compat

This commit is contained in:
Micke Nordin 2024-10-04 10:04:43 +02:00
parent 15beb333ec
commit 6d78fdde7c

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