meuter / argon-one-case-ubuntu-20.04

port of the argon one case power button and fan script for Ubuntu 20.04 on rpi 4
255 stars 49 forks source link

don't evaluate inside double quotes for tempmonscript generation #13

Closed falkben closed 2 years ago

falkben commented 3 years ago

closes #12

looking over some here documentation, it looks like if you don't quote the label you evaluate things inside the double quotes

in order to avoid that, we quote the starting label

this results in the tempmon including the script and not the literal temp value present during installation

meuter commented 2 years ago

Thanks for spotting this and for the pull request! ;-)