mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] launch ssowatconf at the end of a broken install to avoid sso bad state
This commit is contained in:
parent
d7da9b4565
commit
8482e48f9f
1 changed files with 2 additions and 0 deletions
|
@ -573,6 +573,8 @@ def app_install(auth, app, label=None, args=None, no_remove_on_failure=False):
|
|||
shutil.rmtree(app_setting_path)
|
||||
shutil.rmtree(extracted_app_folder)
|
||||
|
||||
app_ssowatconf(auth)
|
||||
|
||||
if install_retcode == -1:
|
||||
raise MoulinetteError(errno.EINTR,
|
||||
m18n.g('operation_interrupted'))
|
||||
|
|
Loading…
Add table
Reference in a new issue