mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
'yunohost' is a dumb password refused by postinstall, change it to a password that gets accepted
This commit is contained in:
parent
aebd0e8d78
commit
51712f9c8a
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ class RestoreManager():
|
|||
raise YunohostError('backup_invalid_archive')
|
||||
|
||||
logger.debug("executing the post-install...")
|
||||
tools_postinstall(domain, 'yunohost', True)
|
||||
tools_postinstall(domain, 'Yunohost', True)
|
||||
|
||||
def clean(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue