From 48f33a76d813869a097ef5a23854c93005b9e849 Mon Sep 17 00:00:00 2001 From: Jack Smith <31696646+myspaghetti@users.noreply.github.com> Date: Tue, 22 Feb 2022 10:17:43 +0200 Subject: [PATCH] error message phrasing --- README.md | 0 macos-guest-virtualbox.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 README.md 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