openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
821 stars 252 forks source link

Disabled config lines must start with '# ' i.e. hash+blank #1587

Closed mstormi closed 2 years ago

mstormi commented 2 years ago

Signed-off-by: Markus Storm markus.storm@gmx.net

mstormi commented 2 years ago

FYI parsing in bash isn't easy. A line '#option=value' in openhabian.conf WILL take effect like without the '#' when the blank is missing between '#' and 'o'. Feel free to consider that a bug but I'm really fed up fiddling with the parsing code.