mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-18 13:29:14 +02:00
Correct incrementation
This commit is contained in:
@@ -34,6 +34,7 @@ $LAUNCHER config:system:get trusted_domains || bashio::log.info "No trusted doma
|
|||||||
do
|
do
|
||||||
bashio::log.info "... adding ${domain}"
|
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
|
done
|
||||||
|
|
||||||
bashio::log.info "Remaining configurated trusted domains :"
|
bashio::log.info "Remaining configurated trusted domains :"
|
||||||
|
|||||||
Reference in New Issue
Block a user