fixed a syntax issue
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11707 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ffbc59f545
commit
6999503160
@ -15,7 +15,7 @@ then
|
||||
/sbin/service $ib_driver status
|
||||
if [ $? -eq 1 ]
|
||||
then
|
||||
$ib_driver="openibd"
|
||||
ib_driver="openibd"
|
||||
/sbin/service $ib_driver status
|
||||
if [ $? -eq 1 ]
|
||||
then
|
||||
|
@ -14,7 +14,7 @@ then
|
||||
/sbin/service $ib_driver status
|
||||
if [ $? -eq 1 ]
|
||||
then
|
||||
$ib_driver="openibd"
|
||||
ib_driver="openibd"
|
||||
/sbin/service $ib_driver status
|
||||
if [ $? -eq 1 ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user