This commit is contained in:
Alexandre
2022-02-18 13:42:06 +01:00
parent 3de9262724
commit 06b78d3573
7 changed files with 17 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ if bashio::config.has_value 'trusted_domains'; then
bashio::log.info "... alignement with trusted domains list : ${TRUSTEDDOMAINS}"
for domain in ${TRUSTEDDOMAINS//,/ }; do # Comma separated values
bashio::log.info "... adding ${domain}"
$LAUNCHER config:system:set trusted_domains $i --value=${domain}
$LAUNCHER config:system:set trusted_domains $i --value="${domain}"
i=$((i + 1))
done