mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
fix: install_adminer > setup_adminer (#5356)
This commit is contained in:
parent
e024099beb
commit
c6c03d4728
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ msg_ok "Set up PostgreSQL DB"
|
|||
|
||||
read -r -p "${TAB3}Would you like to add Adminer? <y/N> " prompt
|
||||
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
||||
install_adminer
|
||||
setup_adminer
|
||||
fi
|
||||
|
||||
msg_info "Installing Linkwarden (Patience)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue