-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
"/bin/sh: nil: No such file or directory" #254
Comments
Hi @bdmorin, Is there a typo in your comment? I can see Can you give me the full command that fails so I can try to reproduce? Thank you for your feedback! |
The snippet is correct, I'm sorry. I fat fingered the error when I was typing it in.
I only run assh on my desktop/laptop, but my dotfiles are pretty much the same. I'll try a fresh install on a new profile. |
Looks like I found the issue:
I commented out this line and that message went away. I have |
FYI still not working on |
@hbokh can you give a new try ? :) |
Merci, but no luck...
when using the config
Do you need any more information from my side? |
I reproduced your error and found a workaround: # use
- exec echo {{.|json|b64enc}} | base64 -D | jq . > ~/.ssh/last_connected_host.txt
# instead of
- 'exec echo {{.}} | jq . >> ~/.ssh/last_connected_host.txt' The error here was about a shell syntax error, because I tried to use I will try to find a way to validate the syntax to display more comprehensive errors |
Superbe! The error is now gone, but you'll have to use |
For the life of me I can't figure out where this is coming from.
For the life of me I cannot figure out where this
/bin/sh: nil
is being generated from. It's not causing any problems, and it doesn't show up when I run it in debug/verbose. Is anyone else seeing this?*edited typo
The text was updated successfully, but these errors were encountered: