diff options
author | Linnea Gräf <nea@nea.moe> | 2025-02-09 23:10:23 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-02-09 23:10:23 +0100 |
commit | a5668f4644361e812162701031f8d8f74c8e1606 (patch) | |
tree | 5602618d8488f8b48dcbde2f28dbcf7d308ff673 | |
parent | 783ebaee3d9a90053ef1838dca400db0baac1bf8 (diff) | |
download | atrocity-master.tar.gz atrocity-master.tar.bz2 atrocity-master.zip |
-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" ) & |