diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index db7dbb2..de7633f 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -716,8 +716,8 @@ if [[ -n "$( --audiocodec stac9221 --audio=none 2>&1 >/dev/null )" ]]; then echo -e "\nError: Could not configure virtual machine \"${vm_name}\"." - echo -e "Please execute the stage ${low_contrast_color}configure_vm${default_color} again before resuming the script" - echo -e "as described in the documentation.\n" + echo -e "If the VM is powered on, power off the virtual machine and resume the script or" + echo -e "execute the stage ${low_contrast_color}configure_vm${default_color}\n" echo "Exiting." exit fi