change nickname at domain change

This commit is contained in:
Kload 2013-07-07 15:43:49 +02:00
parent e951cda55e
commit 8417afc15b

View file

@ -146,6 +146,7 @@ def tools_maindomain(old_domain, new_domain, dyndns=False):
'/etc/lemonldap-ng/lemonldap-ng.ini', '/etc/lemonldap-ng/lemonldap-ng.ini',
'/etc/hosts', '/etc/hosts',
'/usr/share/yunohost/yunohost-config/others/startup', '/usr/share/yunohost/yunohost-config/others/startup',
'/home/backup.tahoe/tahoe.cfg'
] ]
config_dir = [] config_dir = []
@ -199,7 +200,8 @@ def tools_maindomain(old_domain, new_domain, dyndns=False):
'service apache2 restart', 'service apache2 restart',
'service metronome restart', 'service metronome restart',
'service postfix restart', 'service postfix restart',
'service dovecot restart' 'service dovecot restart',
'service tahoe-lafs restart'
] ]
for command in command_list: for command in command_list: