diff --git a/powerwall.sh b/powerwall.sh index 3dd35b17..713e62bb 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -896,7 +896,7 @@ fi DAILYTEMP # SENDNOTICE "Daily Temp Readings" "$(DAILYTEMP)" end=`date +%s`; runtime=$((end-start)) - echo -e "\nruntime: ${runtime}s\n" + echo -e "\nscript runtime: ${runtime}s\n" ;; checktemp) CHECKTEMP ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10};; checkpower) CHECKPOWER ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10};;