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"