diff --git a/scripts/temperature.sh b/scripts/temperature.sh index 86cba74..56c9fc1 100755 --- a/scripts/temperature.sh +++ b/scripts/temperature.sh @@ -1,3 +1,3 @@ -TEMP=`python /home/pi/myweather/tmperature.py |head -1` +TEMP=`python /home/pi/myweather/temperature.py |head -1` mosquitto_pub -h mqtt.unixweb.de -p 1883 -t abcde/temp1 -m $TEMP