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:
commit
0927320eed
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue