Update tools.func
This commit is contained in:
parent
02b83804e1
commit
3f24a3fcc0
@ -112,10 +112,10 @@ install_postgresql() {
|
|||||||
msg_ok "PostgreSQL $PG_VERSION is already installed"
|
msg_ok "PostgreSQL $PG_VERSION is already installed"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
echo -e "Detected PostgreSQL $CURRENT_PG_VERSION, preparing upgrade to $PG_VERSION"
|
msg_info "Detected PostgreSQL $CURRENT_PG_VERSION, preparing upgrade to $PG_VERSION"
|
||||||
NEED_PG_INSTALL=true
|
NEED_PG_INSTALL=true
|
||||||
else
|
else
|
||||||
echo -e "PostgreSQL not installed, proceeding with fresh install of $PG_VERSION"
|
msg_info "Setup PostgreSQL $PG_VERSION"
|
||||||
NEED_PG_INSTALL=true
|
NEED_PG_INSTALL=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user