From c1f9044172968eda63ab4d82b4dc39f396de966b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 1 Feb 2024 19:35:00 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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