From 9f0ec6e75af57cdd6cdd7fa5b9fe550f794228bf Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:25:56 +0100 Subject: [PATCH] Update credentials file path in tools.func --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 5ffa672a1..b0a1d22e3 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -3108,7 +3108,7 @@ function setup_mariadb_db() { $STD mariadb -u root -e "FLUSH PRIVILEGES;" - local CREDS_FILE="${DB_CREDS_FILE:-~/mariadb_${DB_NAME}.creds}" + local CREDS_FILE="${DB_CREDS_FILE:-~/${APPLICATION}.creds}" { echo "MariaDB Credentials" echo "Database: $DB_NAME"