sparky8512 / starlink-grpc-tools

Random scripts and other bits for interacting with the SpaceX Starlink user terminal hardware
The Unlicense
482 stars 64 forks source link

wrapping Environment values in " " #69

Closed jbuck2005 closed 2 years ago

jbuck2005 commented 2 years ago

By wrapping the Environment variables in " " we can avoid having this system file break if/when an influx token or org include = signs (as in my case). See: https://github.com/sparky8512/starlink-grpc-tools/issues/68

jbuck2005 commented 2 years ago

This will not work universally. Investigating a better way to do this ...