2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 04:10:46 +00:00

Fix a typo in the doxcat script to grep ppc64

This commit is contained in:
Victor Hu
2016-06-23 07:45:54 -04:00
parent 3d2605c2f2
commit 9232e7eac1

View File

@ -285,7 +285,7 @@ if [ -e "/dev/rtc" ]; then
hwclock --systohc
fi
HOST_ARCH=`uname -m`
if [ `echo $HOST_ARCH | grep "bac" > /dev/null; echo $?` == 0 ]; then
if [ `echo $HOST_ARCH | grep "ppc64" > /dev/null; echo $?` == 0 ]; then
modprobe ipmi_powernv
else
modprobe ipmi_si