From e51e053c3f26908ab5e78e0362b1f404a4447c82 Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 31 Dec 2015 18:24:30 +0400 Subject: [PATCH] Fix #5 (2). --- scripts/install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index aef203d..1097b9d 100755 --- a/scripts/install +++ b/scripts/install @@ -53,11 +53,13 @@ echo "Synchronizing with $sync_node:$sync_port. It may take a while." ucoind sync $sync_node $sync_port --nointeractive # > /dev/null 2>&1 +# Launch uCoin node +ucoind start + # Fix uCoin launching $UCOIN_DIR/node/bin/npm cache clean -f $UCOIN_DIR/node/bin/npm install -g n - -# Launch uCoin node +ucoind delete ucoind start # Add uCoin service to the YunoHost monitoring