From 5c62e3a0bcb2e6d3cccfc73b25cc73e9fc171e35 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 5 Mar 2026 20:59:18 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 02b9816..968ec79 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -260,8 +260,8 @@ 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]}" - 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]}" + 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