1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00

have a raw copy of mumble-server.ini now, and copies it to the directory for configuration

This commit is contained in:
matlink 2014-11-10 22:07:48 +01:00
parent 13381b5bcb
commit c866c13daf

View file

@ -14,6 +14,7 @@ registerName=$5
mumble_conf=/etc/mumble-server.ini
# Check port availability
sudo yunohost app checkport $port
if [[ ! $? -eq 0 ]]; then