mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix dirty fix ssowatconf
This commit is contained in:
parent
76ad77f829
commit
96b65f938b
1 changed files with 0 additions and 5 deletions
|
@ -919,11 +919,6 @@ class RestoreManager():
|
|||
|
||||
successfull_apps = self.targets.list("apps", include=["Success", "Warning"])
|
||||
|
||||
if successfull_apps != []:
|
||||
# Quickfix: the old app_ssowatconf(auth) instruction failed due to
|
||||
# ldap restore hooks
|
||||
os.system('sudo yunohost app ssowatconf')
|
||||
|
||||
permission_sync_to_user(auth, force=True)
|
||||
|
||||
if os.path.ismount(self.work_dir):
|
||||
|
|
Loading…
Add table
Reference in a new issue