mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-15 13:21:50 +02: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 ]
|
until [ $i -gt 5 ]
|
||||||
do
|
do
|
||||||
$LAUNCHER config:system:delete trusted_domains $i && \
|
$LAUNCHER config:system:delete trusted_domains $i && \
|
||||||
((i=i+1))
|
((i=i+1)) || exit
|
||||||
done
|
done
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
|
|||||||
Reference in New Issue
Block a user