diff --git a/src/install.sh b/src/install.sh index 978f35a..fab3e07 100644 --- a/src/install.sh +++ b/src/install.sh @@ -149,7 +149,7 @@ finishInstall() { # Enable secure boot on multi-socket systems to workaround freeze if [ -n "$SOCKETS" ] && [[ "$SOCKETS" != "1" ]]; then BOOT_MODE="windows_secure" - echo "$BOOT_MODE" > "$STORAGE/windows.mode" + echo "$BOOT_MODE" > "$STORAGE/windows.mode" fi fi fi