Update README.md

This commit is contained in:
brezlord 2020-09-04 10:52:42 +08:00 committed by GitHub
parent 5c5a0ab92a
commit 7b67130806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ IDRAC_PASSWORD="passowrd"
``` ```
You will need to enable IPMI in the iDRAC and the user must have administrator privileges. You will need to enable IPMI in the iDRAC and the user must have administrator privileges.
You can test the script by running ./fan_sontrol.sh from the scrips directory. If it is working you should get an output similar to this; You can test the script by running ./fan_sontrol.sh from the scrips directory. If it is working you should get an output similar to this;
``` ```
Date 04-09-2020 10:24:52 Date 04-09-2020 10:24:52
@ -29,3 +28,4 @@ Date 04-09-2020 10:24:52
--> Setting fan speed to 20% --> Setting fan speed to 20%
``` ```
Once you have verified the script is working you can set it to run every 5 minuites via cron. On TrueNAS this can be found under the Tasks menu --> Cron Jobs.