Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Don't open Browser post-install on Mac (#8641)
Browse files Browse the repository at this point in the history
Since we start parity with the UI disabled per default now, opening the browser post installation will show an annoying error message, confusing the user. This patch removes opening the browser to prevent that annoyance.

fixes #8194
  • Loading branch information
gnunicorn authored and andresilva committed Jun 4, 2018
1 parent 550191d commit 05fa8c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mac/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
test -f /usr/local/libexec/uninstall-parity.sh && /usr/local/libexec/uninstall-parity.sh || true
killall -9 parity && sleep 5
su $USER -c "open /Applications/Parity\ Ethereum.app"
sleep 5
su $USER -c "open http://127.0.0.1:8180/"
exit 0

0 comments on commit 05fa8c5

Please sign in to comment.