From 3095700f7af8565bdd748a97cabd877ee2a0a422 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 22 Dec 2023 14:05:48 +0100 Subject: [PATCH] cleanings --- scripts/install | 3 --- scripts/upgrade | 2 -- 2 files changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index 834cfd3..9b99020 100755 --- a/scripts/install +++ b/scripts/install @@ -48,9 +48,6 @@ chmod 600 $install_dir/.env chown -R $app:www-data "$install_dir" -set -a; source "$install_dir/.env"; set +a - - #================================================= # INSTALL PYTHON DEPENDENCIES #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index d3c285e..42a6e22 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -65,8 +65,6 @@ 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 - #================================================= # INSTALL PYTHON DEPENDENCIES #=================================================