From 045b1e05147b2fadab6da2487c108a2d8c64afd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:28:50 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 479a8e5..bef0ac7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -21,7 +21,7 @@ timezone=$(cat /etc/timezone) ynh_script_progression --message="Upgrading source files..." --weight=4 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir" --full_replace=1 #--keep=".env" +ynh_setup_source --dest_dir="$install_dir" #--full_replace=1 #--keep=".env" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"