From 0082f79f3432f7a55f03b7e5e3ed89858926c9f7 Mon Sep 17 00:00:00 2001 From: litingt Date: Mon, 23 Jun 2014 23:15:48 -0700 Subject: [PATCH] comment mn install --- xCAT-server/share/xcat/tools/xCATreg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 xCAT-server/share/xcat/tools/xCATreg diff --git a/xCAT-server/share/xcat/tools/xCATreg b/xCAT-server/share/xcat/tools/xCATreg old mode 100644 new mode 100755 index 19348443c..c72923665 --- a/xCAT-server/share/xcat/tools/xCATreg +++ b/xCAT-server/share/xcat/tools/xCATreg @@ -1497,12 +1497,12 @@ my $failcase = 0; ####################################### # step 3. Install MNs, ####################################### - send_msg(2, "step 3, Running mn_install..............."); - $res = mn_install(); - if ($res) { - syswrite PWRITE,"REPORTFROM:$mn--: failed in mn_install\n"; - exit; - } + # send_msg(2, "step 3, Running mn_install..............."); + # $res = mn_install(); + # if ($res) { + # syswrite PWRITE,"REPORTFROM:$mn--: failed in mn_install\n"; + # exit; + # } ####################################### # step 4. Copy code to MNs #######################################