Export variables without export in env file

https://github.com/alexbelgium/hassio-addons/issues/747
This commit is contained in:
Alexandre
2023-05-26 11:19:54 +02:00
committed by GitHub
parent 411d0c6938
commit 1bf43bbe13

View File

@@ -24,8 +24,9 @@ fi
chmod -R 777 "$CONFIG_HOME"
# Export variables
# shellcheck source=/dev/null
source "$CONFIG_HOME"/config.env
set -a
/./"$CONFIG_HOME"/config.env
set +a
##############
# Launch App #