mirror of
https://github.com/That-Guy-Jack/HP-ILO-Fan-Control.git
synced 2025-04-26 12:32:28 +00:00
13 lines
166 B
Bash
13 lines
166 B
Bash
#!/bin/bash
|
|
|
|
/etc/init.d/hp-ams stop
|
|
|
|
/etc/init.d/hp-health stop
|
|
|
|
/etc/init.d/hp-snmp-agents stop
|
|
|
|
rmmod hpilo
|
|
|
|
modprobe -r hpilo
|
|
cd ilo_250
|