mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
domain: don't regen the ssowat conf when changing the main domain (creates an issue during postinstall)
This commit is contained in:
parent
045869283c
commit
902e65f9bc
1 changed files with 0 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue