Fixed default UI port for mac installer (#5782)

This commit is contained in:
Arkadiy Paronyan 2017-06-07 16:27:26 +02:00 committed by GitHub
parent 882f963e6b
commit b9b5c84417
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ test -f /usr/local/libexec/uninstall-parity.sh && /usr/local/libexec/uninstall-p
killall -9 parity && sleep 5
su $USER -c "open /Applications/Parity\ Ethereum.app"
sleep 5
su $USER -c "open http://127.0.0.1:8080/"
su $USER -c "open http://127.0.0.1:8180/"
exit 0