diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 683b394..c46e4dc 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -260,8 +260,10 @@ MAIN_MENU() { echo if [ -f /var/lib/vz/template/iso/${VIRTIO_FILE} ]; then echo -e "${idsCL[DarkGray]} [9] Current VirtIO drivers already downloaded to 'local' on this host${idsCL[Default]}" - else + elif [ -f "/var/lib/vz/template/iso/virtio*.iso" ]; then echo -e " [${idsCL[LightYellow]}9${idsCL[Default]}] ${idsCL[White]}Download the available updated Win-VirtIO drivers to 'local' on this host${idsCL[Default]}" + else + echo -e " [${idsCL[LightYellow]}9${idsCL[Default]}] ${idsCL[White]}Download the current Win-VirtIO drivers to 'local' on this host${idsCL[Default]}" fi echo echo -e " [${idsCL[LightYellow]}0${idsCL[Default]}] ${idsCL[White]}Detect CPU-Arch for Live Migrations${idsCL[Default]}"