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

Data range option not adding the "+" prefix for the second -atime, -mtime and -ctime parameter #10

Closed
tclahr opened this issue Jun 23, 2020 · 1 comment
Assignees
Labels
type: bug Something isn't working

Comments

@tclahr
Copy link
Owner

tclahr commented Jun 23, 2020

When a date range is used with -R, the "+" sign is not being added as a prefix for the number of days used with -atime, -mtime and -ctime, making the logs, system files, user files and misc files collectors not be work as expected.

In order to replicate the issue:
./uac -a -R 2020-06-01..2020-06-10 /tmp

The issue is not applicable If only one date is used with -R, such as:
./uac -a -R 2020-06-01 /tmp

@tclahr tclahr added the type: bug Something isn't working label Jun 23, 2020
@tclahr tclahr self-assigned this Jun 23, 2020
@tclahr tclahr changed the title Data range option not running find command properly when a date range is set Data range option not adding the "+" prefix for the second -atime, -mtime and -ctime parameter Jun 23, 2020
@tclahr
Copy link
Owner Author

tclahr commented Jul 26, 2020

Fixed on v1.2.0.

@tclahr tclahr closed this as completed Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant