From b07dfbdc5681687fb8cc8945d4f1cc43f110ed4f Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 23 May 2017 11:38:15 +0200 Subject: [PATCH] [mod] install: 'firewall allow' cmd already open port for ip4 and ip6. Update comments. --- scripts/install | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index 082e51e..3bb9ec1 100644 --- a/scripts/install +++ b/scripts/install @@ -48,17 +48,17 @@ sudo cp ../conf/mumble-server.ini $mumble_conf sudo chmod 660 $mumble_conf sudo chown :mumble-server $mumble_conf -#open port in firewall +# Open port in firewall sudo yunohost firewall allow Both $port > /dev/null 2>&1 -sudo yunohost firewall allow --ipv6 Both $port > /dev/null 2>&1 -#starting mumble server +# Start Mumble server sudo /etc/init.d/mumble-server start -#setting super-user password +# Set super-user password sudo murmurd -supw $su_passwd -#restart mumble server + +# Restart Mumble server sudo /etc/init.d/mumble-server restart -#adding mumble as a service +# Add Mumble as a YunoHost service sudo yunohost service add mumble-server -l /var/log/mumble-server/mumble-server.log