From 3f24a3fcc0973e49b0ad4f48bd72a247aedd2d9d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 May 2025 08:53:43 +0200 Subject: [PATCH] Update tools.func --- misc/tools.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index c999070..f0ba22b 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -112,10 +112,10 @@ install_postgresql() { msg_ok "PostgreSQL $PG_VERSION is already installed" return fi - echo -e "Detected PostgreSQL $CURRENT_PG_VERSION, preparing upgrade to $PG_VERSION" + msg_info "Detected PostgreSQL $CURRENT_PG_VERSION, preparing upgrade to $PG_VERSION" NEED_PG_INSTALL=true else - echo -e "PostgreSQL not installed, proceeding with fresh install of $PG_VERSION" + msg_info "Setup PostgreSQL $PG_VERSION" NEED_PG_INSTALL=true fi