Revert "Tmp fix to try to debug the CI @_@"

This reverts commit 3ca302b85d.
This commit is contained in:
Alexandre Aubin 2022-01-29 17:50:03 +01:00
parent 74e73c470f
commit 7377798385

View file

@ -389,11 +389,7 @@ def domain_main_domain(operation_logger, new_main_domain=None):
raise YunohostError("main_domain_change_failed")
# Generate SSOwat configuration file
try:
app_ssowatconf()
except Exception as e:
logger.warning(str(e), exc_info=1)
raise YunohostError("main_domain_change_failed")
app_ssowatconf()
# Regen configurations
if os.path.exists("/etc/yunohost/installed"):