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

Did nothing, threw no errors #6

Open
VWFeature opened this issue Apr 9, 2017 · 2 comments
Open

Did nothing, threw no errors #6

VWFeature opened this issue Apr 9, 2017 · 2 comments

Comments

@VWFeature
Copy link

I ran CHMOD u + x on it, then ran the command letsnecryptshell from the PuTTY CLI- nothing.
The file is in my directory, but no /letsnecryptshell directory.

What did I miss?

@VWFeature
Copy link
Author

VWFeature commented Apr 9, 2017

[pcmhrdzd@server122 ~]$ chmod a+x letsencryptshell.py
[pcmhrdzd@server122 ~]$ letsencryptshell.py
-bash: letsencryptshell.py: command not found
[pcmhrdzd@server122 ~]$ letsencryptshell
-bash: letsencryptshell: command not found

letsencryptshell.py file permissions 0775
letsencryptshell.py file is in /

@ghost
Copy link

ghost commented Apr 22, 2017

You need to prefix the command with ./ or python.. like so:

[pcmhrdzd@server122 ~]$ ./letsencryptshell.py

or

[pcmhrdzd@server122 ~]$ python letsencryptshell.py

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