Compare commits

..

No commits in common. "main" and "v0.0.1" have entirely different histories.
main ... v0.0.1

View file

@ -128,7 +128,7 @@ do
mkdir -p "$INCOME_DIR" mkdir -p "$INCOME_DIR"
msg "start watching INCOME_DIR" msg "start watching INCOME_DIR"
inotifywait --quiet -e moved_to -e close_write "$INCOME_DIR" & inotifywait --quiet -e move -e modify -e create "$INCOME_DIR" &
inotify_pid="$!" inotify_pid="$!"
# When inotifywait was killed, its return code is no-zero, # When inotifywait was killed, its return code is no-zero,