mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Fix xmpp change-hostname options.
This commit is contained in:
parent
7fd611a5c9
commit
588eb7250e
@ -203,6 +203,8 @@ def on_post_hostname_change(sender, old_hostname, new_hostname, **kwargs):
|
||||
del sender # Unused
|
||||
del kwargs # Unused
|
||||
|
||||
actions.superuser_run('xmpp', 'change-hostname',
|
||||
'--old-hostname', old_hostname,
|
||||
'--new-hostname', hostname, async=True)
|
||||
actions.superuser_run('xmpp',
|
||||
['change-hostname',
|
||||
'--old-hostname', old_hostname,
|
||||
'--new-hostname', new_hostname],
|
||||
async=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user