How to remove °F in Supermon

In Supermon we have the temperature set with both °F and °C, but I want to remove the °F as we don’t use that here. Can somebody tell me how to remove the °F from showing in Supermon?
Thank you
Rodger

Have a look at /usr/local/sbin/supermon/get_temp. Look near the bottom of the file:

echo -en " ${FTEMP}°F, ${CTEMP}°C   @ date +%H:%M "

Change line to:

echo -en " ${CTEMP}°C   @ date +%H:%M "

Thank you AH6LE
This worked well.
73 de ZL1RAH

You’re very welcome

73

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.