Skip to content

Commit

Permalink
Fix Process Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed Aug 6, 2018
1 parent 9280208 commit 8284449
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runMojaveVirtualbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)..."
Expand Down

0 comments on commit 8284449

Please sign in to comment.