From 53a92b2e53188e0da9fdd9562899988975809408 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:37:23 +0100 Subject: [PATCH] Update tools.func --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 8a39009d3..45425fee7 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -3899,7 +3899,7 @@ function setup_postgresql_db() { fi # Save credentials - local CREDS_FILE="${DB_CREDS_FILE:-~/pg_${DB_NAME}.creds}" + local CREDS_FILE="${DB_CREDS_FILE:-~/${APPLICATION}.creds}" { echo "PostgreSQL Credentials" echo "Database: $DB_NAME"