'yunohost' is a dumb password refused by postinstall, change it to a password that gets accepted

This commit is contained in:
Alexandre Aubin 2019-01-19 17:16:11 +00:00
parent aebd0e8d78
commit 51712f9c8a

View file

@ -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):
"""