From 0398ad6191e539e7eca33b9ba00e4172a49a6551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 18 Jan 2023 09:16:57 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 599041c..6b56f59 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -88,9 +88,9 @@ chown -R $app:www-data "$final_path" #================================================= ynh_script_progression --message="Installing service script..." --weight=1 -ynh_add_config --template="../conf/.env.production" --destination="$final_path/.env" -chmod 600 $final_path/.env -chown $app:www-data "$final_path/.env" +#ynh_add_config --template="../conf/.env.production" --destination="$final_path/.env" +#chmod 600 $final_path/.env +#chown $app:www-data "$final_path/.env" set -a; source "$final_path/.env"; set +a