mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update 01-config_yaml.sh
https://github.com/alexbelgium/hassio-addons/issues/1933#issuecomment-3031943775
This commit is contained in:
@@ -182,7 +182,7 @@ while IFS= read -r line; do
|
||||
VALUE="${line#*=}"
|
||||
if [[ "$VALUE" == \"*\"*\" ]]; then
|
||||
VALUE="${VALUE:1:-1}"
|
||||
VALUE="'$VALUE'"
|
||||
VALUE="\"$VALUE\""
|
||||
fi
|
||||
export "${KEYS}=${VALUE}"
|
||||
# export to python
|
||||
|
||||
Reference in New Issue
Block a user