diff --git a/gazpar2mqtt/rootfs/scripts/99-run.sh b/gazpar2mqtt/rootfs/scripts/99-run.sh index 0f6590df7..139afb46a 100644 --- a/gazpar2mqtt/rootfs/scripts/99-run.sh +++ b/gazpar2mqtt/rootfs/scripts/99-run.sh @@ -66,7 +66,7 @@ bashio::log.info "Starting the app with the variables in /config/gazpar2mqtt" for word in $(parse_yaml "$CONFIGSOURCE" ""); do # Data validation if [[ $word =~ ^.+[=].+$ ]]; then - $word=${word//[\"\']/} + word=${word//[\"\']/} export $word # Export the variable bashio::log.blue "$word" else