read_env_from_file.sh a minor change.

This commit is contained in:
Christoph 2021-10-24 13:08:51 +02:00
parent 94685827b3
commit 94785d7874

View File

@ -68,6 +68,7 @@ read_env_from_file() {
if [[ -n "$(trim $_key)" ]] && [[ -n "$(trim $_val)" ]] ; then
export $_ENV
#export $(eval echo $_ENV)
fi
fi