Closed smitopher closed 5 years ago
I'm unable to log into my account me@my-host:~$ somecomfort --username me@my-host --password xx!xxxxxxxxxx --login -bash: !xxxxxxxxxx: event not found So having an embedded ! in password seems to be a problem
This isn't even running somecomfort because bash is interpreting the bang first. Put single quotes around your password and it should be fine.
I'm unable to log into my account me@my-host:~$ somecomfort --username me@my-host --password xx!xxxxxxxxxx --login -bash: !xxxxxxxxxx: event not found So having an embedded ! in password seems to be a problem