From 7c2e989bb8d967bdcd36ac542ea1065352979add Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 1 May 2012 20:38:45 +0000 Subject: [PATCH] Fix various mistakes in bmcsetup git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12432 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/bmcsetup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-nbroot2/bmcsetup b/xCAT-nbroot2/bmcsetup index eb1dabe47..0c10754dd 100755 --- a/xCAT-nbroot2/bmcsetup +++ b/xCAT-nbroot2/bmcsetup @@ -145,7 +145,7 @@ if [ $IPCFGMETHOD="static" ]; then TRIES=0 fi else - let idev=NUMBMCS-1 + let idev=NUMBMCS while [ $idev -gt 0 ]; do let idev=idev-1 TRIES=0 @@ -157,7 +157,7 @@ else done fi -let idev=NUMBMCS-1 +let idev=NUMBMCS while [ $idev -gt 0 ]; do let idev=idev-1 TRIES=0 @@ -176,7 +176,7 @@ if [ ! -z "$LOCKEDUSERS" ]; then else USERSLOT=2 fi -if [ "$ISITE" = 1 ]; +if [ "$ISITE" = 1 ]; then while ! remoteimmsetup do echo "Waiting for xCAT remote configuration of service processor via CMM.."