aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/w/dell-r710.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w/dell-r710.md b/src/w/dell-r710.md
index fcd0ae7..80c2070 100644
--- a/src/w/dell-r710.md
+++ b/src/w/dell-r710.md
@@ -15,6 +15,6 @@ installed:
Disable the automatic fan speed, and slows them down to the minimum.
```
-$ ipmitool -h ${host} ipmi_cmd raw 0x30 0x30 0x01 0x00
-$ ipmitool -h ${host} ipmi_cmd raw 0x30 0x30 0x02 0xff 0x0
+$ ipmitool -H ${host_ip} raw 0x30 0x30 0x01 0x00
+$ ipmitool -H ${host_ip} raw 0x30 0x30 0x02 0xff 0x0
```
remember that computers suck.