mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
fails
This commit is contained in:
parent
6c86bc614c
commit
63fced095a
1 changed files with 3 additions and 3 deletions
|
@ -175,12 +175,12 @@ def tools_postinstall(domain, password):
|
|||
else:
|
||||
raise YunoHostError(17, _("YunoHost is already installed"))
|
||||
|
||||
# New domain config
|
||||
tools_maindomain(old_domain='yunohost.org', new_domain=domain)
|
||||
|
||||
# Initialize YunoHost LDAP base
|
||||
tools_ldapinit()
|
||||
|
||||
# New domain config
|
||||
tools_maindomain(old_domain='yunohost.org', new_domain=domain)
|
||||
|
||||
# Change LDAP admin password
|
||||
tools_adminpw(old_password='yunohost', new_password=password)
|
||||
|
||||
|
|
Loading…
Reference in a new issue