Update temp.inc.sh

This commit is contained in:
2024-04-28 21:27:42 -05:00
parent fc92da2bcf
commit b0d1e5b4fd

View File

@@ -417,9 +417,6 @@ CHECKTEMP(){
echo -e "${idsCL[Default]}" echo -e "${idsCL[Default]}"
fi fi
fi fi
elif [ "${TTYPE}" == "fans" ] && [ "${SENSOR}" == "iDS-vMS-Host6" ]; then
echo -e "${idsCL[LightYellow]}${SENSOR} PSU is not compatible, Fans are instead synced with 'iDS-vMS-Host7'${idsCL[Default]}"
fi fi
((t++)) ((t++))
done done
@@ -437,8 +434,11 @@ CHECKTEMP(){
# fi # fi
fi fi
# fi # fi
([ "${TTYPE}" == "fans" ] && [ "${SENSOR}" == "iDS-vMS-Host6" ]) && echo -e "${idsCL[LightYellow]}${SENSOR} PSU is not compatible, Fans are instead synced with 'iDS-vMS-Host7'${idsCL[Default]}"
# ([ "${TTYPE}" != "fans" ] || ([ "${TTYPE}" == "fans" ] && [ "${SENSOR}" != "iDS-vMS-Host6" ])) && echo # ([ "${TTYPE}" != "fans" ] || ([ "${TTYPE}" == "fans" ] && [ "${SENSOR}" != "iDS-vMS-Host6" ])) && echo
echo echo
fi fi
done done
fi fi