From aa195461c839b77bdd4dafefd2bdfff24e7f0fbd Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 14 Jun 2016 18:41:16 +0200 Subject: [PATCH] [fix] #4, readme. --- README.md | 4 ++-- scripts/remove | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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