Skip to content

Commit

Permalink
Don't open Browser post-install on Mac (openethereum#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 openethereum#8194
  • Loading branch information
gnunicorn authored and VladLupashevskyi committed May 23, 2018
1 parent 555103c commit d4683d1
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 d4683d1

Please sign in to comment.