mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #2608 from nextcloud/enh/noid/remove-imaginary-version-check
remove imaginary version check
This commit is contained in:
commit
b85bdbbf1d
1 changed files with 10 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue