mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
raspi_temp: improve quoting
This commit is contained in:
parent
277730393d
commit
bd26b1b42d
1 changed files with 1 additions and 1 deletions
|
@ -48,4 +48,4 @@ EOM
|
|||
exit 0;;
|
||||
esac
|
||||
|
||||
echo "temp.value `vcgencmd measure_temp | sed -n "s/temp=\(.*\)'C/\1/p"`"
|
||||
echo "temp.value $(vcgencmd measure_temp | sed -n "s/temp=\(.*\)\'C/\1/p")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue