1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00
This commit is contained in:
Moul 2015-12-31 18:24:30 +04:00
parent 1e6b9d4b2e
commit e51e053c3f

View file

@ -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