From a67a01af62990f8177e5a81d2d1b54cfb6302f62 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:37:41 +0200 Subject: [PATCH] Update 33-mariadb.sh --- birdnet-go/rootfs/etc/cont-init.d/33-mariadb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-go/rootfs/etc/cont-init.d/33-mariadb.sh b/birdnet-go/rootfs/etc/cont-init.d/33-mariadb.sh index 8a7cf43a1..05bfd03cd 100755 --- a/birdnet-go/rootfs/etc/cont-init.d/33-mariadb.sh +++ b/birdnet-go/rootfs/etc/cont-init.d/33-mariadb.sh @@ -7,7 +7,7 @@ set -e if bashio::services.available 'mysql'; then bashio::log.green "---" bashio::log.yellow "MariaDB addon is active on your system! If you want to use it instead of sqlite, here are the informations to encode :" - bashio::log.blue "Database user : $(bashio::services "mysql" "username")" bashio::log.blue "Database user : $(bashio::services "mysql" "username")" + bashio::log.blue "Database user : $(bashio::services "mysql" "username")" bashio::log.blue "Database password : $(bashio::services "mysql" "password")" bashio::log.blue "Database name : nextcloud" bashio::log.blue "Host-name : $(bashio::services "mysql" "host"):$(bashio::services "mysql" "port")"