mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 23:46:53 +00:00
add fulltextsearch as option
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
2ba61b8971
commit
8010030a5d
17 changed files with 155 additions and 3 deletions
9
Containers/nextcloud/activate-fulltextsearch.sh
Normal file
9
Containers/nextcloud/activate-fulltextsearch.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "$FULLTEXTSEARCH_ENABLED" != yes ]; then
|
||||
# Basically sleep for forever if fulltextsearch is not enabled
|
||||
sleep 365d
|
||||
fi
|
||||
echo "Activating fulltextsearch..."
|
||||
php /var/www/html/occ fulltextsearch:live -q
|
||||
sleep 365d
|
||||
Loading…
Add table
Add a link
Reference in a new issue