Update temp.inc.sh

This commit is contained in:
2024-02-01 19:35:00 -06:00
parent 5605add799
commit c1f9044172

View File

@@ -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