Browse Source

Remove VRSC from upgrade script

It uses it's own build of komodod so it can run independently
pull/1/head
Luke Childs 6 years ago
parent
commit
ae222370f4
  1. 1
      upgrade.sh

1
upgrade.sh

@ -27,7 +27,6 @@ echo "Starting komodod and assetchains with new binary..."
${daemon} > /dev/null 2>&1 & ${daemon} > /dev/null 2>&1 &
sleep 20 sleep 20
./startassetchains.sh > /dev/null 2>&1 ./startassetchains.sh > /dev/null 2>&1
(cd ~/VerusCoin/src/verusd -pubkey=$pubkey > /dev/null 2>&1 &)
sleep 20 sleep 20
echo "Importing privkey..." echo "Importing privkey..."

Loading…
Cancel
Save