mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Fix #5 (2).
This commit is contained in:
parent
1e6b9d4b2e
commit
e51e053c3f
1 changed files with 4 additions and 2 deletions
|
@ -53,11 +53,13 @@ echo "Synchronizing with $sync_node:$sync_port. It may take a while."
|
||||||
ucoind sync $sync_node $sync_port --nointeractive
|
ucoind sync $sync_node $sync_port --nointeractive
|
||||||
# > /dev/null 2>&1
|
# > /dev/null 2>&1
|
||||||
|
|
||||||
|
# Launch uCoin node
|
||||||
|
ucoind start
|
||||||
|
|
||||||
# Fix uCoin launching
|
# Fix uCoin launching
|
||||||
$UCOIN_DIR/node/bin/npm cache clean -f
|
$UCOIN_DIR/node/bin/npm cache clean -f
|
||||||
$UCOIN_DIR/node/bin/npm install -g n
|
$UCOIN_DIR/node/bin/npm install -g n
|
||||||
|
ucoind delete
|
||||||
# Launch uCoin node
|
|
||||||
ucoind start
|
ucoind start
|
||||||
|
|
||||||
# Add uCoin service to the YunoHost monitoring
|
# Add uCoin service to the YunoHost monitoring
|
||||||
|
|
Loading…
Add table
Reference in a new issue