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:
jjhua 2012-02-29 10:27:17 +00:00
parent ffbc59f545
commit 6999503160
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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