diff --git a/apps/fulltextsearch.sh b/apps/fulltextsearch.sh index 3f9fa6c0..532c4e34 100644 --- a/apps/fulltextsearch.sh +++ b/apps/fulltextsearch.sh @@ -104,7 +104,7 @@ chown -R www-data:www-data $NC_APPS_PATH occ_command fulltextsearch:configure '{"search_platform":"OCA\\FullTextSearch_ElasticSearch\\Platform\\ElasticSearchPlatform"}' occ_command fulltextsearch_elasticsearch:configure "{\"elastic_host\":\"http://${NCADMIN}:${ROREST}@localhost:9200\",\"elastic_index\":\"${NCADMIN}-index\"}" occ_command files_fulltextsearch:configure "{\"files_pdf\":\"1\",\"files_office\":\"1\"}" -if occ_command fulltextsearch:index +if occ_command fulltextsearch:index < /dev/null then msg_box "Full Text Search was successfully installed!" fi