1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00

mumble-server service correctly removed at uninstall

This commit is contained in:
matlink 2014-11-11 16:06:42 +01:00
parent 9ca89baa32
commit c0a4bf8a65

View file

@ -9,3 +9,6 @@ sudo apt-get autoremove -y mumble-server > /dev/null 2>&1
sudo yunohost firewall disallow Both $port > /dev/null 2>&1
#removing config file
sudo rm -f /etc/mumble-server.ini
#removing mumble-server from services
sudo yunohost services remove mumble-server