summaryrefslogtreecommitdiff
path: root/bin/ii-connect
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ii-connect')
-rwxr-xr-xbin/ii-connect2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ii-connect b/bin/ii-connect
index bbc9492..df5e2bd 100755
--- a/bin/ii-connect
+++ b/bin/ii-connect
@@ -46,7 +46,7 @@ if [ "$1" = 'watch' ]; then
# this avoids missing modifications during our last execution
if [ -z "${said}" ]; then
# shellcheck disable=SC2046
- inotifywait -e 'CLOSE_WRITE,CLOSE' -e 'CREATE,ISDIR' $(
+ inotifywait -t 30 -e 'CLOSE_WRITE,CLOSE' -e 'CREATE,ISDIR' $(
find "${irc_dir}" \
-type f \
-name 'out' -o \