openenergymonitor / emonpi

Raspberry Pi Based Energy Monitor. Hardware, Firmware & related software for the PI.
https://guide.openenergymonitor.org/setup
270 stars 113 forks source link

Update service-runner-update.sh #72

Closed AndyTaylorTweet closed 5 years ago

AndyTaylorTweet commented 5 years ago

Line 138 is not outputting the new line for the \n because echo doesn't understand those.

either change to printf, or to "echo -e" and remove the "\n"

glynhudson commented 5 years ago

Thanks :+1: