From 5605add799c8738f00cac9119139a5fe976599e3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 1 Feb 2024 19:34:36 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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