From 014522301d45f216808720d1b4d7a2d5b624c5fd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 3 Jul 2018 14:53:19 +0200 Subject: bin/ii-connect: do not fail on inotify timeout --- bin/ii-connect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ii-connect b/bin/ii-connect index df5e2bd..a8df95b 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -51,7 +51,7 @@ if [ "$1" = 'watch' ]; then -type f \ -name 'out' -o \ -type d - ) + ) || true fi said=$( "${base_dir}/bin/ii-answer" -- cgit v1.2.3