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

BUG - all filenames that contain a "(" or ")" are not recognized #98

Open
taich001 opened this issue Jun 17, 2023 · 0 comments
Open

BUG - all filenames that contain a "(" or ")" are not recognized #98

taich001 opened this issue Jun 17, 2023 · 0 comments

Comments

@taich001
Copy link

I run ubuntu 22.04 and installed incrontab.

Here is my incrontab
/x IN_ALL_EVENTS /root/test.sh $@ $% $#

This is the test.sh
#!/bin/bash
echo "$1 : $2 : $3" > /tmp/incron.log

When I copy a file to /x I can see the filename in incron.log.
As soon as I copy a file that has parenthesis in its name there is no entry in events.log

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

1 participant