From 3d854c2f886cd8df1b1e60775e2b75befd91c7f2 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 27 Dec 2021 23:21:51 +0100 Subject: [PATCH] mysql3 --- firefly_iii/rootfs/scripts/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefly_iii/rootfs/scripts/99-run.sh b/firefly_iii/rootfs/scripts/99-run.sh index 55363b2c5..812adfeef 100644 --- a/firefly_iii/rootfs/scripts/99-run.sh +++ b/firefly_iii/rootfs/scripts/99-run.sh @@ -57,7 +57,7 @@ mariadb_addon) bashio::log.warning "Uninstalling the MariaDB addon will remove any data" bashio::log.info "Creating database for Firefly-iii if required" - mysql \ + mysql3 \ -u "${username}" -p"${password}" \ -h "${host}" -P "${port}" \ -e "CREATE DATABASE IF NOT EXISTS \`firefly\` ;"