mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02: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"
|
chmod -R 777 "$CONFIG_HOME"
|
||||||
|
|
||||||
# Export variables
|
# Export variables
|
||||||
# shellcheck source=/dev/null
|
set -a
|
||||||
source "$CONFIG_HOME"/config.env
|
/./"$CONFIG_HOME"/config.env
|
||||||
|
set +a
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# Launch App #
|
# Launch App #
|
||||||
|
|||||||
Reference in New Issue
Block a user