diff --git a/src/proc.sh b/src/proc.sh index 6a865ea..a8c9cfd 100644 --- a/src/proc.sh +++ b/src/proc.sh @@ -76,7 +76,7 @@ else fi if [[ "${BOOT_MODE,,}" == "windows" ]]; then - MACHINE="$MACHINE,virtualization=on" + MACHINE+=",virtualization=on" fi fi