browser launch after install and twisterd sent to background on launch

This commit is contained in:
Anthony Cozamanis 2014-09-19 20:13:31 +08:00
parent 07c02e50e0
commit 1593ed087f

View File

@ -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