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:
parent
6d2c30a7c0
commit
fdb519d40a
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,9 @@ chown $app:$app "$install_dir/.env"
|
||||||
# SPECIFIC SETUP
|
# 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 WITH_DOCKER=no # or source .env ? # Using this for now
|
||||||
export TERM=linux # why is that not defined ?
|
export TERM=linux # why is that not defined ?
|
||||||
export TERMINFO=/etc/terminfo
|
export TERMINFO=/etc/terminfo
|
||||||
|
|
Loading…
Add table
Reference in a new issue