From 6ff322a929e51d59200f7fa1e811e8502f52b405 Mon Sep 17 00:00:00 2001 From: zebra Date: Fri, 9 Aug 2024 22:05:45 -0700 Subject: [PATCH] fixed --- fan_control.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fan_control.sh b/fan_control.sh index 6da7cf0..3822ae6 100755 --- a/fan_control.sh +++ b/fan_control.sh @@ -8,10 +8,9 @@ # be higher than the ambient temperature. # Variables -IDRAC_IP="10.1.1.251" +IDRAC_IP="" IDRAC_USER="root" -IDRAC_PASSWORD="*^b#!efRhE8qULqUCa4U" -#ENCRYPT_KEY="9233879628486273445939847673574256378762" +IDRAC_PASSWORD="pass" # Fan speed in % SPEED0="0x00" SPEED5="0x05"