chaos-adept / iot-dipstick

esp8266 firmware for basic IoT operations with cloud integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dmitry-osin opened this issue · comments

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.