mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-18 09:10:49 +00:00
mumble: murmurd renamed to mumble-server
- Update backup manifest config file location. Fixes #2518 Tests: - mumble functional tests are passed. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
bc4730c33c
commit
2044fa3e84
@ -56,7 +56,7 @@ clients = [{
|
||||
|
||||
backup = {
|
||||
'config': {
|
||||
'files': ['/etc/mumble-server.ini']
|
||||
'files': ['/etc/mumble/mumble-server.ini']
|
||||
},
|
||||
'data': {
|
||||
'directories': ['/var/lib/mumble-server']
|
||||
|
||||
@ -35,8 +35,8 @@ def check_setup() -> bool:
|
||||
|
||||
@privileged
|
||||
def set_super_user_password(password: secret_str):
|
||||
"""Set the superuser password with murmurd command."""
|
||||
action_utils.run(['murmurd', '-readsupw'], input=password.encode(),
|
||||
"""Set the superuser password with mumble-server command."""
|
||||
action_utils.run(['mumble-server', '-readsupw'], input=password.encode(),
|
||||
check=False)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user