mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
[fix] #4, readme.
This commit is contained in:
parent
78b8165ec3
commit
aa195461c8
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
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)
|
- [Add the admin](http://wiki.mumble.info/wiki/Murmurguide#Connecting_to_Murmur_Server)
|
||||||
|
|
||||||
|
|
|
@ -11,5 +11,5 @@ sudo yunohost firewall disallow --ipv6 Both $port > /dev/null 2>&1
|
||||||
#removing config file
|
#removing config file
|
||||||
sudo rm -f /etc/mumble-server.ini
|
sudo rm -f /etc/mumble-server.ini
|
||||||
|
|
||||||
#removing mumble-server from services
|
# Remove mumble-server service
|
||||||
sudo yunohost services remove mumble-server
|
sudo yunohost service remove mumble-server
|
||||||
|
|
Loading…
Add table
Reference in a new issue