From 7bf6257b02dc42db9e930d643deef6e7d8c24d62 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 May 2025 09:03:12 +0200 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 f0ba22b..45f283a 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -149,7 +149,7 @@ install_postgresql() { fi $STD msg_info "Starting PostgreSQL $PG_VERSION" - systemctl enable --now postgresql + systemctl enable -q --now postgresql if [[ -n "$CURRENT_PG_VERSION" ]]; then $STD msg_info "Restoring dumped data"