mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
remove imaginary version check
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
f4140e1102
commit
9d1e8faf5c
1 changed files with 10 additions and 12 deletions
|
|
@ -616,7 +616,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Imaginary
|
# Imaginary
|
||||||
if version_greater "$installed_version" "24.0.0.0"; then
|
|
||||||
if [ "$IMAGINARY_ENABLED" = 'yes' ]; then
|
if [ "$IMAGINARY_ENABLED" = 'yes' ]; then
|
||||||
php /var/www/html/occ config:system:set enabledPreviewProviders 0 --value="OC\\Preview\\Imaginary"
|
php /var/www/html/occ config:system:set enabledPreviewProviders 0 --value="OC\\Preview\\Imaginary"
|
||||||
php /var/www/html/occ config:system:set preview_imaginary_url --value="http://$IMAGINARY_HOST:9000"
|
php /var/www/html/occ config:system:set preview_imaginary_url --value="http://$IMAGINARY_HOST:9000"
|
||||||
|
|
@ -629,7 +628,6 @@ if version_greater "$installed_version" "24.0.0.0"; then
|
||||||
php /var/www/html/occ config:system:delete enabledPreviewProviders 22
|
php /var/www/html/occ config:system:delete enabledPreviewProviders 22
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
# Fulltextsearch
|
# Fulltextsearch
|
||||||
if [ "$FULLTEXTSEARCH_ENABLED" = 'yes' ]; then
|
if [ "$FULLTEXTSEARCH_ENABLED" = 'yes' ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue