Skip to content

Commit

Permalink
remove applied patch (#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 committed Sep 29, 2023
1 parent 83d790a commit 4038aa5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/fulltextsearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ install_and_enable_app fulltextsearch_elasticsearch
install_and_enable_app files_fulltextsearch
chown -R www-data:www-data "$NC_APPS_PATH"

# Apply patch
git_apply_patch 319 fulltextsearch_elasticsearch 27.1.1 "$NCPATH/apps/fulltextsearch_elasticsearch"

# Final setup
nextcloud_occ fulltextsearch:configure '{"search_platform":"OCA\\FullTextSearch_Elasticsearch\\Platform\\ElasticSearchPlatform"}'
nextcloud_occ fulltextsearch_elasticsearch:configure "{\"elastic_host\":\"http://elastic:$ELASTIC_USER_PASSWORD@localhost:9200\",\"elastic_index\":\"${NEXTCLOUD_INDEX}\"}"
Expand Down

0 comments on commit 4038aa5

Please sign in to comment.