remove imaginary version check

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-26 12:36:00 +02:00
parent f4140e1102
commit 9d1e8faf5c

View file

@ -616,7 +616,6 @@ else
fi
# Imaginary
if version_greater "$installed_version" "24.0.0.0"; 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 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
fi
fi
fi
# Fulltextsearch
if [ "$FULLTEXTSEARCH_ENABLED" = 'yes' ]; then