From de060047d7809cdb7a1033728cad8da8114bb6ee Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 15 Sep 2015 20:41:49 +0200 Subject: [PATCH] Update install Works without full path. --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5391db8..ceea9c4 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/local/ucoind -- start +pm2 start ucoind -- start