#!/bin/bash mariadb mysql -u root -p${MARIADB_ROOT_PASSWORD} -h localhost -e "select 1"