Merge pull request #331 from jmesmon/remove-stray-then

fix syntax error due to stray `then`
This commit is contained in:
Jack
2020-11-05 12:24:03 +02:00
committed by GitHub
+1 -1
View File
@@ -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