- improved error message when ipmitool is not installed
This commit is contained in:
parent
4582df1102
commit
d30f90b1ed
2
ipmi_
2
ipmi_
@ -54,7 +54,7 @@ FreeBSD compatibility by Babak Farrokhi (farrokhi@FreeBSD.org)
|
|||||||
#### Parse commandline to determine what the job is
|
#### Parse commandline to determine what the job is
|
||||||
|
|
||||||
CONFIG=no
|
CONFIG=no
|
||||||
IPMICMD=`which ipmitool` || exit 1
|
IPMICMD=`which ipmitool` || ( echo "ipmitool not found" ; exit 1 )
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
autoconf)
|
autoconf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user