From 8490e5f7e6ae15d44d651152ef5dfa573bafa18c Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Sat, 6 May 2023 18:05:52 +0000 Subject: [PATCH] wip --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 1681c11..7fc0c50 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -31,6 +31,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src + # Keep the .env and the database folder ynh_setup_source --dest_dir="$install_dir" --keep=".env database" fi