From 1593ed087f7b14274063843424a5e9c57468d52d Mon Sep 17 00:00:00 2001 From: Anthony Cozamanis Date: Fri, 19 Sep 2014 20:13:31 +0800 Subject: [PATCH] browser launch after install and twisterd sent to background on launch --- twister_install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/twister_install.sh b/twister_install.sh index 9384f8b..11ab21e 100755 --- a/twister_install.sh +++ b/twister_install.sh @@ -58,6 +58,8 @@ git clone https://github.com/miguelfreitas/twister-html.git ~/.twister/html # Start -./twisterd -rpcuser=$user -rpcpassword=$pwd -rpcallowip=127.0.0.1 +./twisterd -rpcuser=$user -rpcpassword=$pwd -rpcallowip=127.0.0.1 & + +sensible-browser http://localhost:28332/ exit