update
This commit is contained in:
@@ -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};;
|
||||
|
||||
Reference in New Issue
Block a user