diff --git a/README.md b/README.md index 83b298d..562bc0a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Mmumble server package for YunoHost +# Mumble server package for YunoHost It install the Debian package and configures it with given settings. -### Setup +#### Setup - [Add the admin](http://wiki.mumble.info/wiki/Murmurguide#Connecting_to_Murmur_Server) diff --git a/scripts/remove b/scripts/remove index 7320a00..6496857 100644 --- a/scripts/remove +++ b/scripts/remove @@ -11,5 +11,5 @@ sudo yunohost firewall disallow --ipv6 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 +# Remove mumble-server service +sudo yunohost service remove mumble-server