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
#=================================================
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"

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
@ -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"