mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 23:01:49 +02:00
Update 61-trusted_domains
This commit is contained in:
@@ -13,7 +13,7 @@ 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." \
|
$LAUNCHER config:system:get trusted_domains || bashio::log.info "Please first define an admin user before adding additional trusted domains." \
|
||||||
&& installation="no"
|
&& installation="no"
|
||||||
|
|
||||||
if bashio::config.has_value 'trusted_domains' && $installation = "no"; then
|
if bashio::config.has_value 'trusted_domains' && ! $installation = "no"; then
|
||||||
bashio::log.info "Trusted domains set in the configuration. Refreshing domains." && \
|
bashio::log.info "Trusted domains set in the configuration. Refreshing domains." && \
|
||||||
###################################
|
###################################
|
||||||
# Remove previous trusted domains #
|
# Remove previous trusted domains #
|
||||||
|
|||||||
Reference in New Issue
Block a user