Skip to content

Commit

Permalink
fix osascript for reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
grahampugh committed May 14, 2021
1 parent be8d7f8 commit f118aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erase-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ elif [[ $reinstall == "yes" ]]; then
else
echo " [erase-install] Opening osascript dialog (language=$user_language)"
/usr/bin/osascript <<-END &
display alert "${!dialog_reinstall_desc}" buttons {"OK"} default button "OK" with icon stop
display dialog "${!dialog_reinstall_desc}" buttons {"OK"} default button "OK" with icon stop
END
PID=$!
fi
Expand Down

0 comments on commit f118aec

Please sign in to comment.