From 6ba07c2ba81fe1fdbf7be63cb3ede8a5212d3a06 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 5 Sep 2018 20:01:23 +0200 Subject: [PATCH] possible fix for https://github.com/nextcloud/vm/issues/649 --- apps/fulltextsearch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/fulltextsearch.sh b/apps/fulltextsearch.sh index 3f9fa6c0..f79d515e 100644 --- a/apps/fulltextsearch.sh +++ b/apps/fulltextsearch.sh @@ -109,4 +109,6 @@ then msg_box "Full Text Search was successfully installed!" fi +# Fix "/dev/fd/63: line 691: read: read error: 0: Resource temporarily unavailable" when running in the startup-script +bash exit