Update tools.func
This commit is contained in:
parent
3f24a3fcc0
commit
7bf6257b02
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user