From 955afebc9a62760cce6eade452c516343c74f667 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 22 Jan 2021 16:18:41 +0100 Subject: [PATCH] Update 61-trusted_domains --- nextcloud/root/etc/cont-init.d/61-trusted_domains | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/root/etc/cont-init.d/61-trusted_domains b/nextcloud/root/etc/cont-init.d/61-trusted_domains index d379f0761..ef76e96cf 100644 --- a/nextcloud/root/etc/cont-init.d/61-trusted_domains +++ b/nextcloud/root/etc/cont-init.d/61-trusted_domains @@ -11,9 +11,9 @@ fi 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." \ -&& 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." && \ ################################### # Remove previous trusted domains #