Update tools.func

This commit is contained in:
CanbiZ 2025-05-15 09:03:12 +02:00
parent 3f24a3fcc0
commit 7bf6257b02

View File

@ -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"