mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Change tahoe path + create appropriate folders
This commit is contained in:
parent
c1a0332a38
commit
49eae5fbe8
1 changed files with 4 additions and 2 deletions
|
@ -146,7 +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'
|
||||
'/home/yunohost.backup/tahoe/tahoe.cfg'
|
||||
]
|
||||
|
||||
config_dir = []
|
||||
|
@ -252,7 +252,9 @@ def tools_postinstall(domain, password, dyndns=False):
|
|||
folders_to_create = [
|
||||
'/etc/yunohost/apps',
|
||||
'/etc/yunohost/certs',
|
||||
'/var/cache/yunohost/repo'
|
||||
'/var/cache/yunohost/repo',
|
||||
'/home/yunohost.samba',
|
||||
'/home/yunohost.app'
|
||||
]
|
||||
|
||||
for folder in folders_to_create:
|
||||
|
|
Loading…
Reference in a new issue