]> git.proxmox.com Git - pve-manager.git/commit - PVE/VZDump.pm
vzdump: notes-template: avoid escaping meta-characters upon replace
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 3 May 2022 11:17:58 +0000 (13:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 May 2022 05:57:45 +0000 (07:57 +0200)
commit4ed6e1b182dfafbb9331af4d91d4e49b1683856f
tree817671e4c6cde215864305c0305d7f3cdffe6e99
parentea9eea012ae79f768095b020f53091fa31e910fa
vzdump: notes-template: avoid escaping meta-characters upon replace

which is caused by the quoting operators \Q...\E. The actual intention
was to avoid such surprises.

Fixes: e01438a7 ("partially close #438: vzdump: support setting notes-template")
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/VZDump.pm