From 883eba84b50ea17eae06d6a9eda273d51b26e8f5 Mon Sep 17 00:00:00 2001 From: Marvin V Date: Tue, 7 Dec 2021 14:40:47 +0100 Subject: [PATCH] Remove useless recursive flag from inotifywait --- gds_inotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gds_inotify.sh b/gds_inotify.sh index d953efc..c8aaa37 100755 --- a/gds_inotify.sh +++ b/gds_inotify.sh @@ -3,7 +3,7 @@ GDS_INDEX_FILE="$HOME/.gds_index" # Index file of gdsync gdsync.sh --update-gio -inotifywait -q -m -r -e modify --format '%w%f' --fromfile "$GDS_INDEX_FILE" "$GDS_INDEX_FILE" | +inotifywait -q -m -e modify --format '%w%f' --fromfile "$GDS_INDEX_FILE" "$GDS_INDEX_FILE" | while read file do #echo "$file"