SBFspot / sbfspot-config

Installation/Configuration tool for SBFspot on Raspberry Pi
43 stars 11 forks source link

RE-using an existing config (with script install) breaks MQTT upload #65

Closed geurtsd closed 8 months ago

geurtsd commented 9 months ago

Issue:

below is a copy past of the (config) line that gets "corrupted":

WORKING CFG line:

            MQTT_PublisherArgs=-u MyUser -P MyPassword -h {host} -t {topic} -m "{{message}}"

CFG file after edit via script:

            MQTT_PublisherArgs=-h -u MyUser -P MyPassword 

WORKAROUND:

sbf- commented 9 months ago

I was able to reproduce this, but only when password contains '$'