From 55d7ae4e7d13aba7747b31f12388b342487d1b4c Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Sat, 10 Aug 2019 16:38:54 +0300 Subject: [PATCH] trimmed error message to 80 cols --- macos-guest-virtualbox.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 24454e3..bb34bd5 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -2,7 +2,7 @@ # Semi-automatic installer of macOS on VirtualBox # (c) myspaghetti, licensed under GPL2.0 or higher # url: https://github.com/img2tab/macos-guest-virtualbox -# version 0.73.3 +# version 0.73.4 # Requirements: 40GB available storage on host # Dependencies: bash >= 4.0, unzip, wget, dmg2img, @@ -303,7 +303,8 @@ if [ -n "$(VBoxManage showvminfo "${vmname}" 2>/dev/null)" ]; then else printf ' '"${white_on_black}"'Please assign a different VM name to variable "vmname" by editing the script,'"${default_color}"' -or skip this check manually as described in "'"${0}"' stages".\n' +or skip this check manually as described when running the following command: +'"${0}"' stages\n' exit fi fi