Open MartinKlefas opened 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>'
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