diff --git a/xCAT/postscripts/xcataixpost b/xCAT/postscripts/xcataixpost index 478228f86..6c97ec276 100755 --- a/xCAT/postscripts/xcataixpost +++ b/xCAT/postscripts/xcataixpost @@ -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";