mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
change nickname at domain change
This commit is contained in:
parent
e951cda55e
commit
8417afc15b
1 changed files with 3 additions and 1 deletions
|
@ -146,6 +146,7 @@ def tools_maindomain(old_domain, new_domain, dyndns=False):
|
|||
'/etc/lemonldap-ng/lemonldap-ng.ini',
|
||||
'/etc/hosts',
|
||||
'/usr/share/yunohost/yunohost-config/others/startup',
|
||||
'/home/backup.tahoe/tahoe.cfg'
|
||||
]
|
||||
|
||||
config_dir = []
|
||||
|
@ -199,7 +200,8 @@ def tools_maindomain(old_domain, new_domain, dyndns=False):
|
|||
'service apache2 restart',
|
||||
'service metronome restart',
|
||||
'service postfix restart',
|
||||
'service dovecot restart'
|
||||
'service dovecot restart',
|
||||
'service tahoe-lafs restart'
|
||||
]
|
||||
|
||||
for command in command_list:
|
||||
|
|
Loading…
Reference in a new issue