That was poorly researched

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-05-13 22:57:40 +03:00
parent 488fdc0a5a
commit 65fdd688bf
1 changed files with 1 additions and 1 deletions

2
ufwd
View File

@ -81,7 +81,7 @@ main() {
while read -r dir action path; do
upload "$dir$path" "$@" &
done < <( inotifywait -m -e create "$cfg_workdir" )
done < <( inotifywait -m -e close_write "$cfg_workdir" )
}
main "$@"