From 8ecbec8d6cb1e1589cc7f75ac258e10ca0de9fcc Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Wed, 9 Nov 2016 13:17:57 +0100 Subject: [PATCH] Fixes for open UI after installation (#3300) --- mac/post-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/post-install.sh b/mac/post-install.sh index a0651cf96..24eb7d5f9 100755 --- a/mac/post-install.sh +++ b/mac/post-install.sh @@ -31,7 +31,7 @@ echo -n '{"fat_db":false,"mode":"passive","mode.alarm":3600,"mode.timeout":300," chown -R $USER $HOME/.parity $HOME/Library/LaunchAgents $HOME/Library/LaunchAgents/io.parity.ethereum.plist su $USER -c "launchctl load $HOME/Library/LaunchAgents/io.parity.ethereum.plist" -sleep 1 +sleep 5 -open http://127.0.0.1:8080/ +su $USER -c "open http://127.0.0.1:8080/"