mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix #649
Fix "/dev/fd/63: line 691: read: read error: 0: Resource temporarily unavailable" when running in the startup-script
This commit is contained in:
parent
f3273a4a5b
commit
c179edb3eb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user