From d2ae14d9c2da76d713fa16f0783d36a9e8013d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 Feb 2023 12:54:41 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 81d76a6..ba5e152 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,13 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# LOAD SETTINGS -#================================================= -ynh_script_progression --message="Loading installation settings..." --weight=1 - -timezone="$(cat /etc/timezone)" - #================================================= # CHECK VERSION #================================================= @@ -96,6 +89,7 @@ ynh_install_composer #================================================= #ynh_script_progression --message="Adding a configuration file..." --weight=1 +#timezone="$(cat /etc/timezone)" #app_url_domain="https://$domain${path%/}" #ynh_add_config --template=../conf/.env.example --destination=$install_dir/.env