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