Skip to content

Commit d16cd2e

Browse files
author
Thang
committed
Update README.md
1 parent 419e690 commit d16cd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Recursive monitoring with incron, for newly created subdirectories in a parent f
55

66
My incrontab entry looks something like this:
77

8-
/var/www/examplesite/projects IN_CREATE,IN_DELETE /var/www/soundtrack/output.py $# $@ $%
8+
/var/www/examplesite/projects IN_CREATE,IN_DELETE /var/www/examplesite/update.py $# $@ $%
99

1010
This script will monitor a parent directory, and look for whether a sub-directory has been
1111
added/removed and update incrontab to add a watch on the new sub-dir.

0 commit comments

Comments
 (0)