From f8b4aa9d6f975d14dbf854c2ac94b2dde45bf319 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 21 Jun 2022 13:35:06 -0700 Subject: [PATCH] mumble: Backup/restore the configuration file This allows the root channel name to be preserved as expected. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/mumble/manifest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plinth/modules/mumble/manifest.py b/plinth/modules/mumble/manifest.py index e5c8b493a..95a4c8fb4 100644 --- a/plinth/modules/mumble/manifest.py +++ b/plinth/modules/mumble/manifest.py @@ -55,6 +55,9 @@ clients = [{ }] backup = { + 'config': { + 'files': ['/etc/mumble-server.ini'] + }, 'data': { 'directories': ['/var/lib/mumble-server'] },