mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
Patch murmurd exit for buster version
This commit is contained in:
parent
4182668116
commit
b06de03d46
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
|
||||
|
@ -158,4 +160,4 @@ If you changed it manually and upgrade mumble, you'll find a backup in $final_pa
|
|||
Are you facing an issue, want to improve this app or say thank you?
|
||||
Please open a new issue in this project: https://github.com/YunoHost-Apps/mumbleserver_ynh
|
||||
"
|
||||
ynh_send_readme_to_admin "$message"
|
||||
ynh_send_readme_to_admin "$message"
|
||||
|
|
|
@ -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
|
||||
|
@ -208,4 +210,4 @@ If you changed it manually and upgrade mumble, you'll find a backup in $final_pa
|
|||
Are you facing an issue, want to improve this app or say thank you?
|
||||
Please open a new issue in this project: https://github.com/YunoHost-Apps/mumbleserver_ynh
|
||||
"
|
||||
ynh_send_readme_to_admin "$message"
|
||||
ynh_send_readme_to_admin "$message"
|
||||
|
|
Loading…
Add table
Reference in a new issue