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"