diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index f4ee2762..a8ac14df 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -629,7 +629,8 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ } SENDTEMPS(){ - SENDTEMP & + SENDTEMP ${2} & + SENDNOTICE "test" "testing 123" st_temps=$(SENDTEMP ${2}) SENDNOTICE "${1}" "${st_temps}" }