From 255da0106e493bf2fbe56646a66eb4aa777d7e3a Mon Sep 17 00:00:00 2001 From: linggao Date: Thu, 24 Apr 2008 19:21:21 +0000 Subject: [PATCH] fix rcons git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1196 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/bin/rcons | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-client-2.0/bin/rcons b/xCAT-client-2.0/bin/rcons index 660d58de4..86cdd7254 100755 --- a/xCAT-client-2.0/bin/rcons +++ b/xCAT-client-2.0/bin/rcons @@ -1,8 +1,8 @@ #!/bin/sh CONSERVER=$2 -if [ -z "$CONSERVER" ]; then - CONSERVER=`nodels $1 nodehm.conserver` -fi +#if [ -z "$CONSERVER" ]; then +# CONSERVER=`nodels $1 nodehm.conserver` +#fi if [ -z "$CONSERVER" ]; then CONSERVER=$XCATHOST fi