Correct incrementation

This commit is contained in:
Alexandre
2021-10-26 23:38:26 +02:00
committed by GitHub
parent 9cd60ac6e8
commit 63073f93eb

View File

@@ -34,6 +34,7 @@ $LAUNCHER config:system:get trusted_domains || bashio::log.info "No trusted doma
do
bashio::log.info "... adding ${domain}"
$LAUNCHER config:system:set trusted_domains $i --value=${domain}
i=$((i+1))
done
bashio::log.info "Remaining configurated trusted domains :"