diff --git a/nextcloud/root/etc/cont-init.d/51-elasticsearch b/nextcloud/root/etc/cont-init.d/51-elasticsearch index 24776dd6a..8e5e87c74 100644 --- a/nextcloud/root/etc/cont-init.d/51-elasticsearch +++ b/nextcloud/root/etc/cont-init.d/51-elasticsearch @@ -53,7 +53,7 @@ else # Wait further for cache for index to work echo "Waiting for a few seconds before indexing starts..." sleep 10s - if $LAUNCHER fulltextsearch:index /dev/null; then bashio::log.info "Full Text Search was successfully installed!"