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:
@@ -18,7 +18,7 @@ if bashio::config.has_value 'trusted_domains'; then
|
||||
i=2
|
||||
until [ $i -gt 5 ]
|
||||
do
|
||||
$LAUNCHER -u abc:abc config:system:delete trusted_domains $i && \
|
||||
$LAUNCHER config:system:delete trusted_domains $i && \
|
||||
((i=i+1))
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user