Update 61-trusted_domains

This commit is contained in:
Alexandre
2021-01-22 12:51:26 +01:00
committed by GitHub
parent 6af008c370
commit 62eef1017d

View File

@@ -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