From b0d1e5b4fd964e1fdc117d5d4a683d6100e4c34c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 28 Apr 2024 21:27:42 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 6b07dd0b..bf478f79 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -417,9 +417,6 @@ CHECKTEMP(){ echo -e "${idsCL[Default]}" fi fi - - elif [ "${TTYPE}" == "fans" ] && [ "${SENSOR}" == "iDS-vMS-Host6" ]; then - echo -e "${idsCL[LightYellow]}${SENSOR} PSU is not compatible, Fans are instead synced with 'iDS-vMS-Host7'${idsCL[Default]}" fi ((t++)) done @@ -437,8 +434,11 @@ CHECKTEMP(){ # fi fi # fi + + ([ "${TTYPE}" == "fans" ] && [ "${SENSOR}" == "iDS-vMS-Host6" ]) && echo -e "${idsCL[LightYellow]}${SENSOR} PSU is not compatible, Fans are instead synced with 'iDS-vMS-Host7'${idsCL[Default]}" # ([ "${TTYPE}" != "fans" ] || ([ "${TTYPE}" == "fans" ] && [ "${SENSOR}" != "iDS-vMS-Host6" ])) && echo echo + fi done fi