diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 81fcd628..293f210d 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -207,7 +207,7 @@ CHECKTEMP(){ fi # fi - ([ "${temptype}" == "fans" ] && [ "${SENSOR}" != "iDS-vMS-Host6" ]) && echo " This host's PSU is not compatible, Fans are instead synced with 'iDS-vMS-Host7'" || echo + ([ "${temptype}" == "fans" ] && [ "${SENSOR}" == "iDS-vMS-Host6" ]) && echo " This host's PSU is not compatible, Fans are instead synced with 'iDS-vMS-Host7'" || echo # ([ "${temptype}" != "fans" ] || ([ "${temptype}" == "fans" ] && [ "${SENSOR}" != "iDS-vMS-Host6" ])) && echo fi done