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 fi
$STD msg_info "Starting PostgreSQL $PG_VERSION" $STD msg_info "Starting PostgreSQL $PG_VERSION"
systemctl enable --now postgresql systemctl enable -q --now postgresql
if [[ -n "$CURRENT_PG_VERSION" ]]; then if [[ -n "$CURRENT_PG_VERSION" ]]; then
$STD msg_info "Restoring dumped data" $STD msg_info "Restoring dumped data"