This commit is contained in:
2023-08-12 10:55:52 -05:00
parent ba48208014
commit ca1b011321
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.167-08122023'
VERS='2.168-08122023'
noheader=' update service dailytemp '

View File

@@ -139,7 +139,7 @@ CHECKTEMP_SERVICE(){
temp_h=''
elif [ "${SENSOR_TYPE[${SENSOR}]}" == "remotesystem" ]; then
temp_c=$(ssh root@${REMOTE_SENSORS[${1}]} vcgencmd measure_temp)
temp_c=$(ssh root@${REMOTE_SENSORS[${SENSOR}]} vcgencmd measure_temp)
temp_c=${temp_c%\'*}; temp_c=${temp_c#*=}
temp_h=''