From c179edb3ebded7738237b286bfb4135ec40ab9f7 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 5 Sep 2018 20:17:30 +0200 Subject: [PATCH] fix #649 Fix "/dev/fd/63: line 691: read: read error: 0: Resource temporarily unavailable" when running in the startup-script --- apps/fulltextsearch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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