Merge pull request #82 from MattKotsenas/patch-1

Update inotifywait parameters to also watch move_self and modify
pull/83/head
Dave Musicant 4 years ago committed by GitHub
commit 7687761c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,7 @@ if [ -z "$GW_INW_BIN" ]; then
# if Mac, use fswatch
if [ "$(uname)" != "Darwin" ]; then
INW="inotifywait";
EVENTS="${EVENTS:-close_write,move,delete,create}"
EVENTS="${EVENTS:-close_write,move,move_self,delete,create,modify}"
else
INW="fswatch";
# default events specified via a mask, see

Loading…
Cancel
Save