From c72064024cbf78bfdb9389594df431590f3ef74e Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Fri, 19 May 2023 08:48:17 +0000 Subject: [PATCH] set redis_db in restore script --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 67bef30..98f6323 100755 --- a/scripts/restore +++ b/scripts/restore @@ -17,6 +17,7 @@ source /usr/share/yunohost/helpers ynh_script_progression --message="Loading additionnal settings..." --weight=1 redis_db=$(ynh_redis_get_free_db) +ynh_app_setting_set --app=$app --key=redis_db --value=$redis_db #================================================= # STANDARD RESTORATION STEPS