fix bug: in sysclone, provmethod attribute gets cleared

This commit is contained in:
huweihua 2014-06-04 23:27:09 -04:00
parent b51add79a9
commit 5302abb4a9

View File

@ -500,7 +500,9 @@ sub setdestiny {
}
}
}
if ($provmethod ne 'install') {
#if ($provmethod ne 'install') {
#fix bug: in sysclone, provmethod attribute gets cleared
if ($provmethod ne 'install' && $provmethod ne 'sysclone') {
push(@nodestoblank, $_);
}
}