mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
correction
This commit is contained in:
@@ -66,7 +66,7 @@ bashio::log.info "Starting the app with the variables in /config/gazpar2mqtt"
|
|||||||
for word in $(parse_yaml "$CONFIGSOURCE" ""); do
|
for word in $(parse_yaml "$CONFIGSOURCE" ""); do
|
||||||
# Data validation
|
# Data validation
|
||||||
if [[ $word =~ ^.+[=].+$ ]]; then
|
if [[ $word =~ ^.+[=].+$ ]]; then
|
||||||
$word=${word//[\"\']/}
|
word=${word//[\"\']/}
|
||||||
export $word # Export the variable
|
export $word # Export the variable
|
||||||
bashio::log.blue "$word"
|
bashio::log.blue "$word"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user