change indent and comment

This commit is contained in:
huweihua 2014-06-08 22:42:32 -04:00
parent c02119ea54
commit 58dc9496cf

View File

@ -503,9 +503,8 @@ sub setdestiny {
}
}
}
#if ($provmethod ne 'install') {
#fix bug: in sysclone, provmethod attribute gets cleared
if ($provmethod ne 'install' && $provmethod ne 'sysclone') {
#don't clean up provmethod if osimage.provmethod is install or sysclone
if ($provmethod ne 'install' && $provmethod ne 'sysclone') {
push(@nodestoblank, $_);
}
}