From 93a862d05b0f4b5f7878445835e6fedc55592b9e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Mar 2023 14:20:35 +0100 Subject: [PATCH] Correct script --- nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh b/nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh index 6ea8ef79e..b691507f4 100755 --- a/nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh @@ -67,7 +67,7 @@ if bashio::config.true 'Full_Text_Search'; then # 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 + if $LAUNCHER fulltextsearch:test &>/dev/null; then bashio::log.info "Full Text Search was successfully installed using elasticsearch server $HOST!" else