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