diff options
-rw-r--r-- | connect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ) & |