mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 23:55:56 +02:00
Update 99-run.sh
This commit is contained in:
@@ -67,7 +67,7 @@ bashio::log.info "Starting the app with the variables in /config/gazpar2mqtt"
|
|||||||
eval parse_yaml "$CONFIGSOURCE" "" >listtmp
|
eval parse_yaml "$CONFIGSOURCE" "" >listtmp
|
||||||
cat listtmp | while read word || [[ -n $word ]]; do
|
cat listtmp | while read word || [[ -n $word ]]; do
|
||||||
# Clean output
|
# Clean output
|
||||||
# word="${word//[\"\']/}"
|
word="${word//[\"\']/}"
|
||||||
# If secret, replace secret by text
|
# If secret, replace secret by text
|
||||||
if [[ "${word}" == *'!secret '* ]]; then
|
if [[ "${word}" == *'!secret '* ]]; then
|
||||||
echo "Secret detected $word"
|
echo "Secret detected $word"
|
||||||
|
|||||||
Reference in New Issue
Block a user