From c6b10e831f0d1bb4b58e761f8595ef2985d715e3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 6 Jun 2021 16:29:06 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5c59b94..5ee1ff9 100644 --- a/scripts/install +++ b/scripts/install @@ -119,7 +119,7 @@ usermod --append --groups ssl-cert mumble-server # || 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 +murmurd -ini "$mumble_conf" -supw "$su_passwd" "$instance_id" || true 2>&1 #================================================= # Disable default server installed by Debian's package