mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
missing redis_db
This commit is contained in:
parent
9928f73ae7
commit
bf895e9cd2
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir)
|
|||
api_key=$(ynh_app_setting_get --app=$app --key=api_key)
|
||||
session_secret=$(ynh_app_setting_get --app=$app --key=session_secret)
|
||||
website_title=$(ynh_app_setting_get --app=$app --key=website_title)
|
||||
redis_db=$(ynh_app_setting_get --app=$app --key=redis_db)
|
||||
|
||||
#=================================================
|
||||
# BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP
|
||||
|
|
Loading…
Reference in a new issue