mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-03 18:37:42 +01:00
Update 90-config_yaml.sh
This commit is contained in:
@@ -64,7 +64,8 @@ for word in $(parse_yaml "$CONFIGSOURCE" ""); do
|
|||||||
# Data validation
|
# Data validation
|
||||||
if [[ $word =~ ^.+[=].+$ ]]; then
|
if [[ $word =~ ^.+[=].+$ ]]; then
|
||||||
sed -i "1a export $word" /etc/services.d/*/run # Export the variable
|
sed -i "1a export $word" /etc/services.d/*/run # Export the variable
|
||||||
sed -i "1a echo \"$(tput setaf 2)... ENV exported : $word$(tput sgr0)\"" /etc/services.d/*/run # Show text in colour
|
#sed -i "1a echo "... ENV exported : $word" /etc/services.d/*/run # Show text in colour
|
||||||
|
sed -i "1a echo \"\$(tput setaf 2)... ENV exported : $word\$(tput sgr0)\"" /etc/services.d/*/run # Show text in colour
|
||||||
bashio::log.blue "$word"
|
bashio::log.blue "$word"
|
||||||
else
|
else
|
||||||
bashio::log.fatal "$word does not follow the structure KEY=text, it will be ignored and removed from the config"
|
bashio::log.fatal "$word does not follow the structure KEY=text, it will be ignored and removed from the config"
|
||||||
|
|||||||
Reference in New Issue
Block a user