From ae222370f47e14a6c40fb4da34e0025ee5bb5121 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 28 Jul 2018 14:33:03 +0100 Subject: [PATCH] Remove VRSC from upgrade script It uses it's own build of komodod so it can run independently --- upgrade.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/upgrade.sh b/upgrade.sh index 8dc6dca..55b975d 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -27,7 +27,6 @@ echo "Starting komodod and assetchains with new binary..." ${daemon} > /dev/null 2>&1 & sleep 20 ./startassetchains.sh > /dev/null 2>&1 -(cd ~/VerusCoin/src/verusd -pubkey=$pubkey > /dev/null 2>&1 &) sleep 20 echo "Importing privkey..."