diff --git a/plugins/ipmi.plg b/plugins/ipmi.plg index ff8c3915..1ec870c7 100755 --- a/plugins/ipmi.plg +++ b/plugins/ipmi.plg @@ -3,7 +3,7 @@ - + @@ -16,6 +16,8 @@ +###2016.10.12 +- fix: load kernel driver ###2016.10.10 - fix: plugin file ###2016.10.09 @@ -294,13 +296,14 @@ else if [ -e "/boot/config/plugins/ipmi/boards.json" ]; then mv &plgPATH;/boards.json &plgPATH;/board.json + fi # Load impi drivers echo "loading ipmi drivers..." for module in ipmi_msghandler ipmi_devintf ipmi_si; do modprobe -q $module done - fi + http://lime-technology.com/forum/index.php?topic=39787.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png -2016-10-10 +2016-10-12 +###2016.10.12 +- fix: load kernel driver ###2016.10.10 - fix: plugin file ###2016.10.09