From 9f4cd4baf995d376051044a570c38bfb6355bcca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Nov 2021 21:22:13 +0100 Subject: [PATCH] Update 61-trusted_domains --- nextcloud/root/etc/cont-init.d/61-trusted_domains | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nextcloud/root/etc/cont-init.d/61-trusted_domains b/nextcloud/root/etc/cont-init.d/61-trusted_domains index ab6b53bc6..e074191e4 100644 --- a/nextcloud/root/etc/cont-init.d/61-trusted_domains +++ b/nextcloud/root/etc/cont-init.d/61-trusted_domains @@ -1,10 +1,10 @@ #!/usr/bin/with-contenv bashio # Make sure there is an Nextcloud installation -if ! [ "$(nextcloud_occ -V)" ]; then - bashio::log.warning "It seems there is no Nextcloud server installed. Please restart the addon after initialization of the user." - exit 0 -fi +#if ! [ "$(nextcloud_occ -V)" ]; then +# bashio::log.warning "It seems there is no Nextcloud server installed. Please restart the addon after initialization of the user." +# exit 0 +#fi #################### # Initialization #