Re: [pve-devel] [PATCH qemu-server] fix net regex in qm cleanup

2022-09-21 Thread Thomas Lamprecht
I initially read this as like it was a recent (code) cleanup that broke it. Fabian already applied it, so only two suggestion as for how to improve this for a next similar time.. subject: "qm: fix net regex in 'cleanup' command" Am 20/09/2022 um 16:50 schrieb Dominik Csapak: > the '+' needs to b

[pve-devel] [PATCH qemu-server] fix net regex in qm cleanup

2022-09-20 Thread Dominik Csapak
the '+' needs to be in the brackets, otherwise '$1' is not the right id Signed-off-by: Dominik Csapak --- PVE/CLI/qm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/qm.pm b/PVE/CLI/qm.pm index 6a2e161..ca5d25f 100755 --- a/PVE/CLI/qm.pm +++ b/PVE/CLI/qm.pm @@ -809,