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