From fdb519d40a42ea02173596bb9029465e4f396a80 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Tue, 16 Apr 2024 22:34:33 +0100 Subject: [PATCH] export env --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 00dd8ca..0666b34 100644 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,9 @@ chown $app:$app "$install_dir/.env" # SPECIFIC SETUP #================================================= -source $install_dir/.env +# load .env into env +export $(grep -v '^#' $install_dir/.env | xargs -d '\n') +# source $install_dir/.env export WITH_DOCKER=no # or source .env ? # Using this for now export TERM=linux # why is that not defined ? export TERMINFO=/etc/terminfo