diff --git a/snippets/read_env_from_file.sh b/snippets/read_env_from_file.sh index 9d21af3..cd4ed38 100755 --- a/snippets/read_env_from_file.sh +++ b/snippets/read_env_from_file.sh @@ -68,6 +68,7 @@ read_env_from_file() { if [[ -n "$(trim $_key)" ]] && [[ -n "$(trim $_val)" ]] ; then export $_ENV + #export $(eval echo $_ENV) fi fi