From 369fd22e6b59c7b6281655b984ca5a266bb68668 Mon Sep 17 00:00:00 2001 From: Moul Date: Wed, 30 Dec 2015 03:56:12 -0500 Subject: [PATCH] Fix manifest. Display sync logs. --- manifest.json | 2 +- scripts/install | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a7e8e6c..72c65ba 100644 --- a/manifest.json +++ b/manifest.json @@ -82,7 +82,7 @@ "ask": { "en": "Which CPU load limit percentage would you like your uCoin node don't exceed?", "fr": "Quel pourcentage de charge processeur ne souhaitez-vous pas que le nœud uCoin dépasse ?" - } + }, "example": "50", "default": "50" } diff --git a/scripts/install b/scripts/install index ab26a35..18d56a1 100755 --- a/scripts/install +++ b/scripts/install @@ -50,7 +50,8 @@ ucoind config --remoteh $domain --port $port --remotep $port --salt $salt --pass # Synchronize uCoin node echo "Synchronizing with $sync_node:$sync_port. It may take a while." -ucoind sync $sync_node $sync_port --nointeractive > /dev/null 2>&1 +ucoind sync $sync_node $sync_port --nointeractive +# > /dev/null 2>&1 # Launch uCoin node ucoind start