diff --git a/nextcloud/root/etc/cont-init.d/61-trusted_domains b/nextcloud/root/etc/cont-init.d/61-trusted_domains index 755c7c5c5..7bd999fc1 100644 --- a/nextcloud/root/etc/cont-init.d/61-trusted_domains +++ b/nextcloud/root/etc/cont-init.d/61-trusted_domains @@ -10,9 +10,10 @@ LAUNCHER=`find / -name "occ" -print -quit` 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." && exit +$LAUNCHER config:system:get trusted_domains || bashio::log.info "Please first define an admin user before adding additional trusted domains." \ +&& installation="no" -if bashio::config.has_value 'trusted_domains'; 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 #