1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

export env

This commit is contained in:
Mayel de Borniol 2024-04-16 22:34:33 +01:00
parent 6d2c30a7c0
commit fdb519d40a

View file

@ -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