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