danmed / Glow2MQTT

Apache License 2.0
10 stars 2 forks source link

consumption.sh minor issue #6

Open tarmacalastair opened 4 months ago

tarmacalastair commented 4 months ago

On my Raspberry Pi I got this message when I tried to run consumption.sh :

./consumption.sh: line 21: /usr/local/bin/glowmarkt-mqtt: No such file or directory

I realised that my glowmarkt-mqtt path is not the same as in the script so I issued this to find out where my instance was: whereis glowmarkt-mqtt and then this to create a symlink: ln -s /home/pi/.local/bin/glowmarkt-mqtt /usr/local/bin/glowmarkt-mqtt (you might need to

After this I was able to run the script. Is it worth adding a note in the README for others? Thanks.