minor fix for FTS

This commit is contained in:
Daniel Hansson 2022-01-31 20:56:08 +01:00 committed by GitHub
parent 45dcf55601
commit e671dd9b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.