From 9d373dde8e95ff4225f35843ec95d543fd7c9b2f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Apr 2022 18:12:35 +0200 Subject: [PATCH] Clarification --- nextcloud/rootfs/etc/cont-init.d/99-mariadb_discovery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/99-mariadb_discovery.sh b/nextcloud/rootfs/etc/cont-init.d/99-mariadb_discovery.sh index 6f9745275..f1e1cb43e 100644 --- a/nextcloud/rootfs/etc/cont-init.d/99-mariadb_discovery.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-mariadb_discovery.sh @@ -2,7 +2,7 @@ # shellcheck shell=bash if bashio::services.available 'mysql'; then - bashio::log.warning "MariaDB addon was found! It can't be configured automatically due to the way Nextcloud works, but you can configure it manually using those values in the initial set-up :" + bashio::log.warning "MariaDB addon was found! It can't be configured automatically due to the way Nextcloud works, but you can configure it manually when running the web UI for the first time using those values :" bashio::log.blue "Database user : $(bashio::services "mysql" "username")" bashio::log.blue "Database password : $(bashio::services "mysql" "password")" bashio::log.blue "Database name : nextcloud"