mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-13 00:50:01 +00:00
Update proxmox-mail-gateway.sh
This commit is contained in:
parent
9b0f69d9b0
commit
ce821b6f0e
@ -27,8 +27,8 @@ function update_script() {
|
||||
check_container_resources
|
||||
if [[ ! -e /usr/bin/pmgproxy ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
|
||||
msg_info "Updating ${APP}"
|
||||
apt-get update
|
||||
apt-get -y upgrade
|
||||
apt-get update &>/dev/null
|
||||
apt-get -y upgrade &>/dev/null
|
||||
msg_ok "Updated ${APP}"
|
||||
exit
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user