mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Tmp fix to try to debug the CI @_@
This commit is contained in:
parent
345e50ae00
commit
3ca302b85d
1 changed files with 5 additions and 1 deletions
|
@ -389,7 +389,11 @@ def domain_main_domain(operation_logger, new_main_domain=None):
|
||||||
raise YunohostError("main_domain_change_failed")
|
raise YunohostError("main_domain_change_failed")
|
||||||
|
|
||||||
# Generate SSOwat configuration file
|
# Generate SSOwat configuration file
|
||||||
app_ssowatconf()
|
try:
|
||||||
|
app_ssowatconf()
|
||||||
|
except Exception as e:
|
||||||
|
logger.warning(str(e), exc_info=1)
|
||||||
|
raise YunohostError("main_domain_change_failed")
|
||||||
|
|
||||||
# Regen configurations
|
# Regen configurations
|
||||||
if os.path.exists("/etc/yunohost/installed"):
|
if os.path.exists("/etc/yunohost/installed"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue