diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 27047754..81fcd628 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -206,7 +206,9 @@ CHECKTEMP(){ # fi fi # fi - ([ "${temptype}" != "fans" ] || ([ "${temptype}" == "fans" ] && [ "${SENSOR}" != "iDS-vMS-Host6" ])) && 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 fi