Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incrontab script won't run when the file name contains round brackets #83

Open
synapticweb opened this issue Jun 22, 2021 · 1 comment

Comments

@synapticweb
Copy link

I use incrond to monitor a folder for new files added. The incrontab table looks like this:

/path/to/folder IN_CLOSE_WRITE /path/to/script $% $@ $#

Everything works fine, but when the added file contains round brackets in its name ( i.e. test(.txt ) the script will not run.
Incrond version: 0.5.12

@eworm-de
Copy link

I suffered the same with quotes... And fixed it in #91
Looks like we have to check for more characters there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants