fix bug: in sysclone, provmethod attribute gets cleared
This commit is contained in:
parent
1b9e2b16cf
commit
b148e997e9
@ -503,7 +503,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, $_);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user