handyman5 / acd_fuse

FUSE filesystem driver for Amazon Cloud Drive
Other
186 stars 23 forks source link

Special Characters in password #21

Open MartinKlefas opened 9 years ago

MartinKlefas commented 9 years ago

It took me a short while to figure out what was going wrong, but my password has an ! in it. This then gives the error message: bash: !,: event not found

I worked out that I needed ! but it would be better to have a different way of entering the password to avoid this - or a mention on the "usage" section

stevenvo commented 9 years ago

I've encountered the same issue with my password also has special characters so what I did is wrapping the password in single quote ('). That resolved the issue. For example:

./acd <mount_point> -oemail=<your-email>,password='<your-password>'