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:
parent
9ca89baa32
commit
c0a4bf8a65
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue