mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Revert "Tmp fix to try to debug the CI @_@"
This reverts commit 3ca302b85d
.
This commit is contained in:
parent
74e73c470f
commit
7377798385
1 changed files with 1 additions and 5 deletions
|
@ -389,11 +389,7 @@ 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
|
||||||
try:
|
app_ssowatconf()
|
||||||
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