1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/biboumi_ynh.git synced 2024-09-03 18:15:58 +02:00

Use no_sso to fix sso issue

This commit is contained in:
maniack 2019-07-17 18:56:03 +02:00
parent 24cfc12e30
commit cd8c7e6635
2 changed files with 10 additions and 0 deletions

View file

@ -119,6 +119,13 @@ ynh_use_logrotate /var/log/biboumi/
yunohost service add biboumi --log "/var/log/biboumi/biboumi.log"
#=================================================
# SET THE APP AS NOT USING THE SSO
#=================================================
# Prevent conflict with other apps on the same domain
ynh_app_setting_set $app no_sso 1
#=================================================
# RELOAD SERVICES
#=================================================

View file

@ -29,6 +29,9 @@ upgrade_type=$(ynh_check_app_version_changed)
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
# Prevent conflict with other apps on the same domain
ynh_app_setting_set $app no_sso 1
#=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
#=================================================