chaos-adept / iot-dipstick

esp8266 firmware for basic IoT operations with cloud integration
Apache License 2.0
2 stars 1 forks source link

Escape special chars in passwords which passing to python export-env script #31

Closed dmitry-osin closed 3 years ago

dmitry-osin commented 3 years ago

I've seen several fails with passwords which contain special chars that were passed into export-env script. I am not sure it's cmd or bash bug related with python, but seems like escaping passwords with quotes fix this issue.

The password with same special chars passed into the script separately (without terraform) doesn't make script fails.