Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
forgot to close double-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
myspaghetti committed Jul 17, 2020
1 parent e745919 commit 083bde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos-guest-virtualbox.sh
Expand Up @@ -819,7 +819,7 @@ fi
echo -e "Starting virtual machine \"${vm_name}\".
This should take a couple of minutes. If booting fails, exit the script by
pressing CTRL-C then see the documentation for information about applying
different CPU profiles in the section ${highlight_color}CPU profiles and CPUID settings${default_color}.
different CPU profiles in the section ${highlight_color}CPU profiles and CPUID settings${default_color}."
( VBoxManage startvm "${vm_name}" >/dev/null 2>&1 )
echo -e "\nUntil the script completes, please do not manually interact with\nthe virtual machine."
[[ -z "${kscd}" ]] && declare_scancode_dict
Expand Down

0 comments on commit 083bde4

Please sign in to comment.