1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00
duniter_ynh/scripts/upgrade

11 lines
143 B
Text
Raw Normal View History

2015-05-24 23:01:16 +02:00
#!/bin/bash
2015-05-24 23:07:31 +02:00
# Stop uCoin daemon
pm2 stop ucoind
2015-05-24 23:01:16 +02:00
# Upgrade ucoin package
2015-05-24 23:07:31 +02:00
sudo npm install -g ucoin
2015-05-24 23:01:16 +02:00
2015-05-24 23:07:31 +02:00
# Restart uCoin daemon
pm2 restart ucoind