mirror of
https://github.com/YunoHost-Apps/pepettes_ynh.git
synced 2024-09-03 19:56:35 +02:00
Load domain in change_url script
This commit is contained in:
parent
810b8ea210
commit
63074239c5
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ secret_key=$(ynh_app_setting_get --app=$app --key=secret_key)
|
|||
prices=$(ynh_app_setting_get --app=$app --key=prices)
|
||||
secret=$(ynh_app_setting_get --app=$app --key=secret)
|
||||
csrf_key=$(ynh_app_setting_get --app=$app --key=csrf_key)
|
||||
domain=$new_domain
|
||||
|
||||
#=================================================
|
||||
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
|
||||
|
|
Loading…
Add table
Reference in a new issue