Update 61-trusted_domains

This commit is contained in:
Alexandre
2021-11-05 21:22:13 +01:00
committed by GitHub
parent dcc459527a
commit 9f4cd4baf9

View File

@@ -1,10 +1,10 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
# Make sure there is an Nextcloud installation # Make sure there is an Nextcloud installation
if ! [ "$(nextcloud_occ -V)" ]; then #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." # bashio::log.warning "It seems there is no Nextcloud server installed. Please restart the addon after initialization of the user."
exit 0 # exit 0
fi #fi
#################### ####################
# Initialization # # Initialization #