mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix typo in copy/pasta'd function
This commit is contained in:
parent
4f583aadc2
commit
74a5979e91
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ def reconfigure_ssh(setting_name, old_value, new_value):
|
|||
service_regen_conf(names=['ssh'])
|
||||
|
||||
@post_change_hook("security.postfix.compatibility")
|
||||
def reconfigure_ssh(setting_name, old_value, new_value):
|
||||
def reconfigure_postfix(setting_name, old_value, new_value):
|
||||
if old_value != new_value:
|
||||
service_regen_conf(names=['postfix'])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue