From 334ae89c27eab3966b12f7faf7223978060369ba Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:21:49 +0100 Subject: [PATCH] =?UTF-8?q?disable=20source=20.env=20because=20doesn?= =?UTF-8?q?=E2=80=99t=20seems=20to=20be=20usefull=20this=20way?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7bbe6ba..6de0e0a 100755 --- a/scripts/install +++ b/scripts/install @@ -34,7 +34,7 @@ ynh_add_config --template="../conf/.env.production" --destination="$install_dir/ chmod 600 $install_dir/.env chown $app:www-data "$install_dir/.env" -set -a; source "$install_dir/.env"; set +a +# set -a; source "$install_dir/.env"; set +a mkdir "$install_dir/venv" python3 -m venv "$install_dir/venv" diff --git a/scripts/upgrade b/scripts/upgrade index d6862df..5156a51 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -62,7 +62,7 @@ ynh_add_config --template="../conf/.env.production" --destination="$install_dir/ chmod 600 $install_dir/.env chown $app: "$install_dir/.env" -set -a; source "$install_dir/.env"; set +a +#set -a; source "$install_dir/.env"; set +a #=================================================