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

Merge pull request #35 from YunoHost-Apps/testing

[buster] Patch murmurd exit for buster version
This commit is contained in:
yalh76 2020-05-30 20:07:28 +02:00 committed by GitHub
commit 0927320eed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -121,7 +121,9 @@ usermod --append --groups ssl-cert mumble-server
# Set SuperUser password # Set SuperUser password
#================================================= #=================================================
murmurd -ini "$mumble_conf" -supw "$su_passwd" "$instance_id" # || true temporarily to ignore a bug in murmurd 1.3.0
# https://github.com/mumble-voip/mumble/issues/3911
murmurd -ini "$mumble_conf" -supw "$su_passwd" "$instance_id" || true
#================================================= #=================================================
# Disable default server installed by Debian's package # Disable default server installed by Debian's package

View file

@ -169,7 +169,9 @@ usermod --append --groups ssl-cert mumble-server
# Set SuperUser password # Set SuperUser password
#================================================= #=================================================
murmurd -ini "$mumble_conf" -supw "$su_passwd" "$instance_id" # || true temporarily to ignore a bug in murmurd 1.3.0
# https://github.com/mumble-voip/mumble/issues/3911
murmurd -ini "$mumble_conf" -supw "$su_passwd" "$instance_id" || true
#================================================= #=================================================
# Disable default server installed by Debian's package # Disable default server installed by Debian's package