From 0627f876a23c9c199d86efaa60a121654d5c5e67 Mon Sep 17 00:00:00 2001 From: Moul Date: Wed, 2 Sep 2015 15:38:40 +0200 Subject: [PATCH] Good path. Good path for binary/executable. --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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