raspi_temp: improve quoting

This commit is contained in:
Lars Kruse 2018-03-08 03:09:25 +01:00
parent 277730393d
commit bd26b1b42d
1 changed files with 1 additions and 1 deletions

View File

@ -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")"