From 8284449d690b1486f4d5a5799261c9e13cc14745 Mon Sep 17 00:00:00 2001 From: Alexander Willner Date: Mon, 6 Aug 2018 22:45:09 +0200 Subject: [PATCH] Fix Process Dialog --- runMojaveVirtualbox.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runMojaveVirtualbox.sh b/runMojaveVirtualbox.sh index 7041032..492cb68 100644 --- a/runMojaveVirtualbox.sh +++ b/runMojaveVirtualbox.sh @@ -87,6 +87,9 @@ log() { runChecks() { info "Running checks (around 1 second)..." 0 result "." + if [ -d "$SCRIPTPATH/ProgressDialog.app" ]; then + open "$SCRIPTPATH/ProgressDialog.app" + fi if [ "$INST_VERS" = "0" ]; then open 'https://beta.apple.com/sp/betaprogram/redemption#macos' error "No macOS installer found. Opening the web page for you (press enter in the terminal when done)..."