mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Correct call to tools_adminpw in tools_postinstall
This commit is contained in:
parent
d5af5ead61
commit
4d7a7a331e
1 changed files with 1 additions and 1 deletions
2
tools.py
2
tools.py
|
@ -316,7 +316,7 @@ def tools_postinstall(domain, password, ignore_dyndns=False):
|
|||
app_ssowatconf(auth)
|
||||
|
||||
# Change LDAP admin password
|
||||
tools_adminpw(old_password='yunohost', new_password=password)
|
||||
tools_adminpw(auth, password)
|
||||
|
||||
# Enable UPnP silently and reload firewall
|
||||
firewall_upnp('enable', no_refresh=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue