samba: Fix restore command

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-12-01 10:27:32 -05:00
parent 3505dff9b7
commit 7f8264bf93
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -151,4 +151,4 @@ def backup_pre(packet):
def restore_post(packet):
"""Restore configuration."""
actions.superuser_run('samba', ['setup'])
actions.superuser_run('samba', ['restore-config'])
actions.superuser_run('samba', ['restore-shares'])