mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update change_url
This commit is contained in:
parent
0c1354d80c
commit
e92c3a9499
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,6 @@ db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
|||
db_user=$db_name
|
||||
db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd)
|
||||
redis_db=$(ynh_app_setting_get --app=$app --key=redis_db)
|
||||
secret=$(ynh_app_setting_get --app=$app --key=secret)
|
||||
|
||||
#=================================================
|
||||
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
|
||||
|
@ -108,6 +107,9 @@ then
|
|||
ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# CONFIGURE CONFIG.JSON FILE
|
||||
#=================================================
|
||||
|
||||
domain="$new_domain"
|
||||
path="$new_path"
|
||||
|
|
Loading…
Reference in a new issue