mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 03:14:04 +02:00
Update 61-trusted_domains
This commit is contained in:
@@ -18,7 +18,7 @@ if bashio::config.has_value 'trusted_domains'; then
|
|||||||
i=2
|
i=2
|
||||||
until [ $i -gt 5 ]
|
until [ $i -gt 5 ]
|
||||||
do
|
do
|
||||||
$LAUNCHER -u abc:abc config:system:delete trusted_domains $i && \
|
$LAUNCHER config:system:delete trusted_domains $i && \
|
||||||
((i=i+1))
|
((i=i+1))
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user