mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-24 17:51:49 +02:00
Update 61-trusted_domains
This commit is contained in:
@@ -10,7 +10,7 @@ LAUNCHER=`find / -name "occ" -print -quit`
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
bashio::log.info "Currently set trusted domains :"
|
bashio::log.info "Currently set trusted domains :"
|
||||||
$LAUNCHER config:system:get trusted_domains || bashio::log.info "Please first define an admin user before adding additional trusted domains." || exit
|
$LAUNCHER config:system:get trusted_domains || exit
|
||||||
|
|
||||||
if bashio::config.has_value 'trusted_domains'; then
|
if bashio::config.has_value 'trusted_domains'; then
|
||||||
bashio::log.info "Trusted domains set in the configuration. Refreshing domains." && \
|
bashio::log.info "Trusted domains set in the configuration. Refreshing domains." && \
|
||||||
|
|||||||
Reference in New Issue
Block a user