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