mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update yunohost_tools.py
This commit is contained in:
parent
2c06bd9bb9
commit
d902369b18
1 changed files with 1 additions and 2 deletions
|
@ -93,14 +93,13 @@ def tools_maindomain(old_domain, new_domain):
|
|||
config_files = [
|
||||
'/etc/postfix/main.cf',
|
||||
'/etc/dovecot/dovecot.conf',
|
||||
'/etc/mailname',
|
||||
'/etc/ejabberd/ejabberd.cfg',
|
||||
'/etc/lemonldap-ng/lemonldap-ng.ini',
|
||||
'/etc/hosts',
|
||||
]
|
||||
|
||||
config_dir = [
|
||||
'/var/lib/lemonldap-ng/conf',
|
||||
'/var/lib/lemonldap-ng/conf', # TODO: Use lemon perl script instead
|
||||
'/etc/apache2/sites-available',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue