index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/ii-connect | 2 |
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 \ |