mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
minor fix for FTS
This commit is contained in:
parent
45dcf55601
commit
e671dd9b00
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user