Update temp.inc.sh

This commit is contained in:
2024-02-01 19:34:36 -06:00
parent 4a797ff4ce
commit 5605add799

View File

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