mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 01:18:19 +01: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
|
||||
cat listtmp | while read word || [[ -n $word ]]; do
|
||||
# Clean output
|
||||
# word="${word//[\"\']/}"
|
||||
word="${word//[\"\']/}"
|
||||
# If secret, replace secret by text
|
||||
if [[ "${word}" == *'!secret '* ]]; then
|
||||
echo "Secret detected $word"
|
||||
|
||||
Reference in New Issue
Block a user