]> git.proxmox.com Git - pmg-api.git/commitdiff
drop bogus comment part
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 May 2020 12:33:05 +0000 (14:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 May 2020 12:33:57 +0000 (14:33 +0200)
introduced in commit 3ef629651148fffaf52446e56176664b6c948efe highly
probably by mistake, drop that part again.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PMG/Postfix.pm

index 1a86e90489c842d9c4af8cc220d016143ee1e01d..d6ad9d7d5d164262648206fa7c39da63ffbd5c7f 100644 (file)
@@ -184,7 +184,7 @@ sub postcat {
     return $res;
 }
 
-# flush all queuespostconf -d|grep enable_long_queue_ids
+# flush all queues
 sub flush_queues {
     PVE::Tools::run_command(['/usr/sbin/postqueue', '-f']);
 }