From e1693be91af0c8377fb35d264c75320945f5ce98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:25:22 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 7959b36..e9d0494 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -22,7 +22,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_secure_remove --file="/$install_dir/vendor" -ynh_setup_source --dest_dir="$install_dir" # --full_replace=1 --keep='.env' +ynh_setup_source --dest_dir="$install_dir" --keep='.env' #--full_replace=1 chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"