From 902e65f9bcbcc8b88aef1749b477a05fb5a10b0e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 27 Jan 2024 15:23:22 +0100 Subject: [PATCH] domain: don't regen the ssowat conf when changing the main domain (creates an issue during postinstall) --- src/domain.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/domain.py b/src/domain.py index 5ac6e63d4..3dbc6597a 100644 --- a/src/domain.py +++ b/src/domain.py @@ -597,9 +597,6 @@ def domain_main_domain(operation_logger, new_main_domain=None): logger.warning(str(e), exc_info=1) raise YunohostError("main_domain_change_failed") - # Generate SSOwat configuration file - app_ssowatconf() - # Regen configurations if os.path.exists("/etc/yunohost/installed"): regen_conf()