From 273c5cb92ab31a16f3ceb8d4195cc088b5e2143c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 Nov 2021 07:38:32 +0100 Subject: [PATCH] Update 51-elasticsearch --- nextcloud/root/etc/cont-init.d/51-elasticsearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"