mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 12:36:29 +01: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
|
||||
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 :"
|
||||
|
||||
Reference in New Issue
Block a user