This commit is contained in:
2024-01-09 16:13:42 -06:00
parent d76d229ea8
commit 216e781102
4 changed files with 8 additions and 8 deletions

View File

@@ -718,7 +718,7 @@ TEST(){
end=`date +%s`
runtime=$((end-start))
echo "runtime: ${runtime}"
echo "runtime: ${runtime}s"
echo
}
@@ -746,7 +746,7 @@ fi
DAILYTEMP
# SENDNOTICE "Daily Temp Readings" "$(DAILYTEMP)"
end=`date +%s`; runtime=$((end-start))
echo -e "\nruntime: ${runtime}\n"
echo -e "\nruntime: ${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};;