mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Export variables without export in env file
https://github.com/alexbelgium/hassio-addons/issues/747
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user