vSphere password with special characters still works incorrectly #180
Labels
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/155548283 The labels on this github issue will be updated when the story is started. |
What the password looks like in VSphere: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have my favourite password with
!
and\
characters, but I can't use it with Kubo.Pre-start script fails with the following error:
After some digging, we found out that pre-start script transforms
!
character to something else.It works much better when we changed how password is passed to the following way
See more http://wiki.bash-hackers.org/syntax/quoting#ansi_c_like_strings
The text was updated successfully, but these errors were encountered: