From f0b3967927dacc95cd90fdbb138ccf5f5bb0ab99 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 15 Jul 2026 19:39:32 +0200 Subject: [PATCH] fix: Unbound USB variable (#1860) --- src/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index ee5f11fa..fa363eeb 100644 --- a/src/install.sh +++ b/src/install.sh @@ -1275,8 +1275,6 @@ bootWindows() { restoreState "VGA" "$STORAGE/windows.vga" || return 1 restoreState "USB" "$STORAGE/windows.usb" || return 1 - [[ "${USB,,}" == "none" ]] && USB="no" - restoreState "ADAPTER" "$STORAGE/windows.net" || return 1 restoreState "DISK_TYPE" "$STORAGE/windows.type" || return 1 restoreState "BOOT_MODE" "$STORAGE/windows.mode" "Y" || return 1