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/remove

20 lines
379 B
Text
Raw Normal View History

2015-05-24 23:01:16 +02:00
#!/bin/bash
#set -e
2015-05-24 23:01:16 +02:00
# Remove uCoin node daemon
pm2 delete ucoin
2015-05-24 23:01:16 +02:00
# Remove uCoin node
sudo npm remove ucoin
# Remove uCoin service to YunoHost monitoring
sudo yunohost service remove ucoin
# I can't remove thoses packages which could be used by other apps
#sudo npm remove pm2
#sudo apt -y -qq remove nodejs npm
2015-05-24 23:01:16 +02:00
# Close opened port
sudo yunohost firewall disallow TCP $port