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

Scan path incorrect #1

Open
scuba-tech opened this issue Nov 27, 2020 · 0 comments
Open

Scan path incorrect #1

scuba-tech opened this issue Nov 27, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@scuba-tech
Copy link
Owner

When checksum-tracker.sh is ran, it is noticed that the script will recursively analyze from where the script is called from and not start the analysis from where the script itself is located.

This is to say that when the script will only behave properly when called via ./, and attempting to call from anywhere else will run the analysis tree from that location (the location that would be shown with pwd ran immediately beforehand)

Hypothesis: line 207 [ dir=${1:-'.'} ] needs to be updated to reflect the location of the script itself, and not the shell's working directory...

@scuba-tech scuba-tech added the bug Something isn't working label Nov 27, 2020
@scuba-tech scuba-tech self-assigned this Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant