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:
parent
13381b5bcb
commit
c866c13daf
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ registerName=$5
|
||||||
|
|
||||||
mumble_conf=/etc/mumble-server.ini
|
mumble_conf=/etc/mumble-server.ini
|
||||||
|
|
||||||
|
|
||||||
# Check port availability
|
# Check port availability
|
||||||
sudo yunohost app checkport $port
|
sudo yunohost app checkport $port
|
||||||
if [[ ! $? -eq 0 ]]; then
|
if [[ ! $? -eq 0 ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue