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