From f8578eb219dfc8df9316913ab9820b6428d5896c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Dec 2023 11:31:22 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 2f57c8b0..31cad2f5 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -645,6 +645,8 @@ SERVERROOM_TEMP_DIFFERENCE(){ echo echo -e "${idsCL[LightCyan]}Last Temp Difference : ${idsCL[LightGreen]}${last_tempdiff}'F${idsCL[Default]}" echo -e "${idsCL[LightCyan]}Last Check : ${idsCL[LightGreen]}${last_scancheck}${idsCL[Default]}" + echo + echo -e "${idsCL[LightCyan]}Current Temp Deviation : ${idsCL[LightRed]}${PW_ServerRoomTH_Dev}${idsCL[Default]}" if [ ${scansfound} -le 500 ]; then echo -en "\n${idsCL[LightCyan]}List out these '${scansfound}' scan times? (y/N): ${idsCL[Default]}"