aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/connect.sh b/connect.sh
index 7ef37f1..04d12b8 100644
--- a/connect.sh
+++ b/connect.sh
@@ -31,7 +31,7 @@ atrocity_connect() {
rm -f "$message"
done
- inotifywait -t 1 "$ATROCITY_SESSION"/write-queue
+ inotifywait -qre close_write -t 1 "$ATROCITY_SESSION"/write-queue
done >"$ATROCITY_SESSION/raw-write-queue"
atrocite_debug "Exiting write queue"
) &