diff --git a/scripts/install b/scripts/install index 7475ad4..5391db8 100755 --- a/scripts/install +++ b/scripts/install @@ -34,4 +34,4 @@ ucoind config --noupnp --ipv4 $ipv4 --remote4 $ipv4 --remoteh $domain --port $po ucoind sync $sync_node $sync_port # Launch uCoin node with pm2 daemon -pm2 start /usr/bin/ucoind -- start +pm2 start /usr/bin/local/ucoind -- start