From 5c5a0ab92aec7c02cbab672a5c2e550c0f5c44a1 Mon Sep 17 00:00:00 2001 From: brezlord <32946493+brezlord@users.noreply.github.com> Date: Fri, 4 Sep 2020 10:48:20 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0951513..7c679f3 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ The tower servers T320, T420 & T620 inlet temperature sensor is after the HDDs s There is no warranty and you use this scrip at your own risk. Please ensure you review the temperature setpoints for your use case to ensure your hard drives are kept at your desired temperature. You can change the temperature set points in the script to suit your needs. -I use this script on a Dell T320 running TrueNAS 12 and it work great. You will need to create a dataset for the script to reside in and make it executable, run chmod +x /mnt/tank/fan_control/fan_control.sh this assumes that you have a pool called tank and a dataset named fan_control. - +I use this script on a Dell T320 running TrueNAS 12 and it work great. You will need to create a dataset for the script to reside in and make it executable, this assumes that you have a pool called tank and a dataset named fan_control. +``` +chmod +x /mnt/tank/fan_control/fan_control.sh +``` Make sure you set the below variables; ``` IDRAC_IP="IP address of iDRAC"