mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
samba: Fix restore command
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
3505dff9b7
commit
7f8264bf93
@ -151,4 +151,4 @@ def backup_pre(packet):
|
|||||||
def restore_post(packet):
|
def restore_post(packet):
|
||||||
"""Restore configuration."""
|
"""Restore configuration."""
|
||||||
actions.superuser_run('samba', ['setup'])
|
actions.superuser_run('samba', ['setup'])
|
||||||
actions.superuser_run('samba', ['restore-config'])
|
actions.superuser_run('samba', ['restore-shares'])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user