Browse Source

browser launch after install and twisterd sent to background on launch

master
Anthony Cozamanis 10 years ago
parent
commit
1593ed087f
  1. 4
      twister_install.sh

4
twister_install.sh

@ -58,6 +58,8 @@ git clone https://github.com/miguelfreitas/twister-html.git ~/.twister/html @@ -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

Loading…
Cancel
Save