1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00

Update change_url

This commit is contained in:
Limezy 2022-03-24 14:31:26 +07:00
parent 98ae52c8d4
commit 5b0c17387b

View file

@ -28,6 +28,10 @@ ynh_script_progression --message="Loading installation settings..." --time --wei
# Needed for helper "ynh_add_nginx_config"
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
port=$(ynh_app_setting_get --app=$app --key=port)
oidc_name=$(ynh_app_setting_get --app=$app --key=oidc_name)
oidc_secret=$(ynh_app_setting_get --app=$app --key=oidc_secret)
oidc_callback=$(ynh_app_setting_get --app=$app --key=oidc_callback)
#=================================================
# BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP