disks: fixup join usage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -916,7 +916,7 @@ sub wipe_blockdev {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (scalar($to_wipe->$#*) > 0) {
|
if (scalar($to_wipe->$#*) > 0) {
|
||||||
print "found child partitions to wipe: ". join($to_wipe->@*, ',') ."\n";
|
print "found child partitions to wipe: ". join(', ', $to_wipe->@*) ."\n";
|
||||||
}
|
}
|
||||||
push $to_wipe->@*, $devpath; # put actual device last
|
push $to_wipe->@*, $devpath; # put actual device last
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user