mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 61-trusted_domains
This commit is contained in:
@@ -22,7 +22,7 @@ $LAUNCHER config:system:get trusted_domains || bashio::log.info "No trusted doma
|
||||
until [ $i -gt 5 ]
|
||||
do
|
||||
$LAUNCHER config:system:delete trusted_domains $i && \
|
||||
((i=i+1))
|
||||
((i=i+1)) || exit
|
||||
done
|
||||
|
||||
###########################
|
||||
|
||||
Reference in New Issue
Block a user