mirror of https://github.com/tteck/Proxmox.git
BugFix
This commit is contained in:
parent
669e19b624
commit
941a87a41f
|
@ -61,7 +61,7 @@ function update_script() {
|
|||
"2" "Install HACS" OFF \
|
||||
"3" "Install FileBrowser" OFF \
|
||||
"4" "Remove ALL Unused Images" OFF \
|
||||
4>&1 1>&2 2>&3 3>&4)
|
||||
3>&1 1>&2 2>&3)
|
||||
header_info
|
||||
if [ "$UPD" == "1" ]; then
|
||||
msg_info "Updating ${APP} LXC"
|
||||
|
|
Loading…
Reference in New Issue