Fix "unexpected end of file"

An unclosed if statement caused the end of the script to crash.
This commit is contained in:
Wessel van der Linden
2019-01-13 13:21:36 +01:00
parent e0168492fa
commit 1932f4f41d
+1
View File
@@ -542,6 +542,7 @@ if [ "${delete}" == "y" ]; then
VBoxManage closemedium "BaseSystem.vdi"
VBoxManage closemedium "Install ${vmname}.vdi"
rm "BaseSystem.vdi" "Install ${vmname}.vdi"
fi
printf '
macOS Mojave 10.14.2 installation should complete in a few minutes.