mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
@@ -2,7 +2,7 @@
|
||||
|
||||
if [ "$COLLABORA_ENABLED" != yes ]; then
|
||||
# Basically sleep for forever if collabora is not enabled
|
||||
sleep 365d
|
||||
sleep inf
|
||||
fi
|
||||
while ! nc -z "$NC_DOMAIN" 443; do
|
||||
sleep 5
|
||||
@@ -10,4 +10,4 @@ done
|
||||
sleep 10
|
||||
echo "Activating collabora config..."
|
||||
php /var/www/html/occ richdocuments:activate-config
|
||||
sleep 365d
|
||||
sleep inf
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
if [ "$FULLTEXTSEARCH_ENABLED" != yes ]; then
|
||||
# Basically sleep for forever if fulltextsearch is not enabled
|
||||
sleep 365d
|
||||
sleep inf
|
||||
fi
|
||||
echo "Activating fulltextsearch..."
|
||||
php /var/www/html/occ fulltextsearch:live -q
|
||||
sleep 365d
|
||||
sleep inf
|
||||
|
||||
Reference in New Issue
Block a user