diff options
author | Erich Eckner <git@eckner.net> | 2018-07-03 14:53:19 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-03 14:53:19 +0200 |
commit | 014522301d45f216808720d1b4d7a2d5b624c5fd (patch) | |
tree | 8eda7c354a9625d478ffe9955c81edd40b9b20c2 | |
parent | 0a50b0d876f180a8bda2a4c4eb595c942803d1cd (diff) | |
download | builder-014522301d45f216808720d1b4d7a2d5b624c5fd.tar.xz |
bin/ii-connect: do not fail on inotify timeout
-rwxr-xr-x | bin/ii-connect | 2 |
1 files changed, 1 insertions, 1 deletions
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" |