git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4319 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2009-10-07 19:27:48 +00:00
parent a4e0064f6a
commit fbf118ea50
2 changed files with 1 additions and 3 deletions

View File

@ -228,7 +228,7 @@ sub makescript {
}
if (!$nodesetstate) { $nodesetstate=getnodesetstate($node);}
push @scriptd, "NODESETSTATE=\"".$nodesetstate."\"\n";
push @scriptd, "NODESETSTATE='".$nodesetstate."'\n";
push @scriptd, "export NODESETSTATE\n";
# set the UPDATENODE flag in the script, the default it 0, that means not in the updatenode process, xcatdsklspost and xcataixpost will set it to 1 in updatenode case

View File

@ -8,8 +8,6 @@ BEGIN
}
use lib "$::XCATROOT/lib/perl";
use strict;
use warnings;
use xCAT::Table;
use xCAT::Schema;
use Data::Dumper;