mirror of https://github.com/tteck/Proxmox.git
parent
5793283ea4
commit
cfc6ca13ef
|
@ -63,7 +63,6 @@ if [ "$UPD" == "1" ]; then
|
|||
msg_info "Updating ${APP} LXC"
|
||||
apt-get update &>/dev/null
|
||||
apt-get -y upgrade &>/dev/null
|
||||
msg_ok "Updated Successfully"
|
||||
exit
|
||||
fi
|
||||
if [ "$UPD" == "2" ]; then
|
||||
|
|
Loading…
Reference in New Issue