From e671dd9b00297cfc939180e8db3b2f9ba289c85a Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 31 Jan 2022 20:56:08 +0100 Subject: [PATCH] minor fix for FTS --- apps/fulltextsearch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/fulltextsearch.sh b/apps/fulltextsearch.sh index e79442eb..a2aeb1dc 100644 --- a/apps/fulltextsearch.sh +++ b/apps/fulltextsearch.sh @@ -25,7 +25,7 @@ debug_mode root_check # Nextcloud 18 is required. -lowest_compatible_nc 18 +lowest_compatible_nc 21 # Check if Full Text Search is already installed if ! does_this_docker_exist "$nc_fts" && ! does_this_docker_exist "$opens_fts" && ! is_app_installed fulltextsearch @@ -232,7 +232,7 @@ if [ "$(nproc)" -gt 2 ] then countdown "Waiting for Docker bootstrapping..." "30" else - countdown "Waiting for Docker bootstrapping..." "120" + countdown "Waiting for Docker bootstrapping..." "60" fi # Make sure password setup is enforced.