From b9b5c84417b1ceb7289be5707197d8deecf5cede Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Wed, 7 Jun 2017 16:27:26 +0200 Subject: [PATCH] Fixed default UI port for mac installer (#5782) --- mac/post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/post-install.sh b/mac/post-install.sh index 835d2ceda..a364878d8 100755 --- a/mac/post-install.sh +++ b/mac/post-install.sh @@ -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