]> git.proxmox.com Git - qemu-server.git/commit - PVE/CLI/qm.pm
fix net regex in qm cleanup
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 20 Sep 2022 14:50:43 +0000 (16:50 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 21 Sep 2022 07:12:47 +0000 (09:12 +0200)
commit702c2f6ebe7eaba20267df40c7fd7c4d8b9239a0
treeba4987edfe27d713612948f0bde39950a5021dcd
parentb4415a52538f727fdc9e6bb61d49b2389af8a193
fix net regex in qm cleanup

the '+' needs to be in the brackets, otherwise '$1' is not the right id

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/CLI/qm.pm