Skip to content

Commit

Permalink
Remove useless recursive flag from inotifywait
Browse files Browse the repository at this point in the history
  • Loading branch information
nivram913 committed Dec 7, 2021
1 parent 5906a39 commit 883eba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gds_inotify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 883eba8

Please sign in to comment.