From f8e5387040b35233f98725b4f8bc507bdd294758 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 May 2022 09:38:43 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 5706240..c0c24a0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -84,7 +84,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/.env" + ynh_setup_source --dest_dir="$final_path" --keep="$final_path/.env $final_path/storage" fi chmod 750 "$final_path"