mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Fix manifest. Display sync logs.
This commit is contained in:
parent
60c6e87219
commit
369fd22e6b
2 changed files with 3 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Which CPU load limit percentage would you like your uCoin node don't exceed?",
|
"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 ?"
|
"fr": "Quel pourcentage de charge processeur ne souhaitez-vous pas que le nœud uCoin dépasse ?"
|
||||||
}
|
},
|
||||||
"example": "50",
|
"example": "50",
|
||||||
"default": "50"
|
"default": "50"
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,8 @@ ucoind config --remoteh $domain --port $port --remotep $port --salt $salt --pass
|
||||||
|
|
||||||
# Synchronize uCoin node
|
# Synchronize uCoin node
|
||||||
echo "Synchronizing with $sync_node:$sync_port. It may take a while."
|
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
|
# Launch uCoin node
|
||||||
ucoind start
|
ucoind start
|
||||||
|
|
Loading…
Reference in a new issue