From 3810159f05e21cd35ea553f950c60cbbb62c37bd Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Tue, 17 Mar 2020 09:00:57 +0200 Subject: [PATCH] typo --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index d22b80d..da77953 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -737,7 +737,7 @@ if [[ -n $( 2>&1 VBoxManage storageattach "${vm_name}" --storagectl SATA --port 2 --hotpluggable on \ --type hdd --nonrotational on --medium "${macOS_release_name}_BaseSystem.vdi" >/dev/null ) ]]; then - echo "Could not attacl \"${macOS_release_name}_BaseSystem.vdi\". Exiting."; exit + echo "Could not attach \"${macOS_release_name}_BaseSystem.vdi\". Exiting."; exit fi if [[ -n $( 2>&1 VBoxManage storageattach "${vm_name}" --storagectl SATA --port 3 \