Fix "unexpected end of file"
An unclosed if statement caused the end of the script to crash.
This commit is contained in:
@@ -542,6 +542,7 @@ if [ "${delete}" == "y" ]; then
|
|||||||
VBoxManage closemedium "BaseSystem.vdi"
|
VBoxManage closemedium "BaseSystem.vdi"
|
||||||
VBoxManage closemedium "Install ${vmname}.vdi"
|
VBoxManage closemedium "Install ${vmname}.vdi"
|
||||||
rm "BaseSystem.vdi" "Install ${vmname}.vdi"
|
rm "BaseSystem.vdi" "Install ${vmname}.vdi"
|
||||||
|
fi
|
||||||
|
|
||||||
printf '
|
printf '
|
||||||
macOS Mojave 10.14.2 installation should complete in a few minutes.
|
macOS Mojave 10.14.2 installation should complete in a few minutes.
|
||||||
|
|||||||
Reference in New Issue
Block a user