mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
set redis_db in restore script
This commit is contained in:
parent
fabd601467
commit
c72064024c
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ source /usr/share/yunohost/helpers
|
||||||
ynh_script_progression --message="Loading additionnal settings..." --weight=1
|
ynh_script_progression --message="Loading additionnal settings..." --weight=1
|
||||||
|
|
||||||
redis_db=$(ynh_redis_get_free_db)
|
redis_db=$(ynh_redis_get_free_db)
|
||||||
|
ynh_app_setting_set --app=$app --key=redis_db --value=$redis_db
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD RESTORATION STEPS
|
# STANDARD RESTORATION STEPS
|
||||||
|
|
Loading…
Add table
Reference in a new issue