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 #34 from YunoHost-Apps/fix_buster

[buster] Patch murmurd exit for buster version
This commit is contained in:
Maniack Crudelis 2020-04-30 19:29:30 +02:00 committed by GitHub
commit 98b3280366
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
#=================================================
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

View file

@ -169,7 +169,9 @@ usermod --append --groups ssl-cert mumble-server
# 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