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

No results to process because command is missing #4

Open
JanKerstens opened this issue May 12, 2021 · 0 comments
Open

No results to process because command is missing #4

JanKerstens opened this issue May 12, 2021 · 0 comments

Comments

@JanKerstens
Copy link

JanKerstens commented May 12, 2021

Completely misunderstood the script.
The confusion comes from the mixup of directory and command in the line

This generates an access denied error if the command is not modified
my $result = ~/git/ssllabs-scan/ssllabs-scan $_;

I think it better to indicate the required change as followed

my $result = ~/path to command/ssllabs-scan-v3 $_;

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