From 69c6bb56c7184db1d1b5e291c8805be7923486e4 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Thu, 5 Nov 2020 02:38:47 -0500 Subject: [PATCH] fix syntax error due to stray `then` --- 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 5c30765..c99c19e 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -826,7 +826,7 @@ if [[ -n $( while [[ -n $( 2>&1 VBoxManage storageattach "${vm_name}" --storagectl SATA --port 3 --medium none >/dev/null 2>&1 VBoxManage closemedium "${macOS_release_name}_BaseSystem.${storage_format}" >/dev/null - ) ]]; then do + ) ]]; do animated_please_wait 10 done fi