From f5399bc46131097891ad625f714a7d8d902d8b79 Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Wed, 4 Nov 2020 18:29:35 +0200 Subject: [PATCH] infinite loop! --- macos-guest-virtualbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 67e2aa4..5c30765 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -819,8 +819,8 @@ if [[ -n $( 2>&1 VBoxManage closemedium "${macOS_release_name}_BaseSystem.${storage_format}" >/dev/null ) ]]; then echo "Could not detach ${macOS_release_name}_BaseSystem.${storage_format}" - echo "It's possible the VirtualBox GUI took longer than five seconds to shut off." - echo "If the script waits for more than a few seconds, terminate it with CTRL-C" + echo "The script will try to detach the virtual disk image. If this takes more than" + echo "a few seconds, terminate the script with CTRL-C, manually shut down VirtualBox," echo "and resume with the following stages as described in the documentation:" echo " ${highlight_color}create_target_virtual_disk populate_macos_target_disk${default_color}" while [[ -n $(