Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-13 16:12:44 +01:00
committed by GitHub
parent e338e602de
commit ba0f3e79bc

View File

@@ -60,7 +60,7 @@ for word in $(cat $CONFIGSOURCE); do
export "$word" # Export the variable
bashio::log.info "... $word"
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"
sed -i "/$word/ d" ${CONFIGSOURCE}
fi
done