Forgot to remove 'exit' ....

This commit is contained in:
Yannick Mauray 2020-06-24 16:03:23 +02:00
parent 5bd5521b63
commit 737193b481
No known key found for this signature in database
GPG Key ID: FECAE5D7CC370EF1

View File

@ -388,7 +388,7 @@ function vm_boot() {
fi
enable_usb_passthrough
exit
# Boot the iso image
if [ "${boot}" == "efi" ] || [ "${boot}" == "uefi" ]; then
if [ "${guest_os}" == "macos" ]; then