Correct list of configured domains

This commit is contained in:
Alexandre
2021-09-28 17:00:34 +02:00
committed by GitHub
parent 24dfb9d231
commit 4bad5bc491

View File

@@ -37,7 +37,7 @@ $LAUNCHER config:system:get trusted_domains || bashio::log.info "No trusted doma
done
bashio::log.info "Remaining configurated trusted domains :"
bashio::log.info "$LAUNCHER config:system:get trusted_domains" || exit
bashio::log.info "$($LAUNCHER config:system:get trusted_domains)" || exit
fi