defect 2959471: The value of NODESETSTATE has the signal quotes,so the string comparing failed

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5306 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2010-02-26 08:57:19 +00:00
parent f34db2f778
commit f8a71a9bde

View File

@ -311,6 +311,7 @@ if (-f $scriptname) {
}
# If this is a diskfull node then remove the xcat entry in the inittab file
$nodesetstat =~ s/'|"//g;
if ($nodesetstat eq 'standalone') {
# see if it is already there
my $lsicmd = "/usr/sbin/lsitab xcat > /dev/null 2>&1";