]> git.proxmox.com Git - pmg-api.git/commit
mailqueue: fixup rmtree/mkpath usage
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 26 Mar 2021 17:43:56 +0000 (18:43 +0100)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 26 Mar 2021 17:43:56 +0000 (18:43 +0100)
commit922e6f749a2a7231dee739e1f0267894df96a868
tree94c2ade951901e6a527785efd999905418ba9063
parent33ee932e970c2e9bed91f2cbd5a26fe7f4c0dd99
mailqueue: fixup rmtree/mkpath usage

the mkpath and rmtree functions [0] seem to interpret their
second and third argument as 'verbose' and 'mode', leading to
wrongly created spooldirs.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PMG/MailQueue.pm