Commit 8990410d authored by Dietmar Maurer's avatar Dietmar Maurer

fix typo in pve cron script

parent 204e5659
......@@ -86,7 +86,7 @@ sub cleanup_tasks {
}
};
foreach my $subdir (qw(0 1 2 3 4 5 6 7 8 9 A B C F E F)) {
foreach my $subdir (qw(0 1 2 3 4 5 6 7 8 9 A B C D E F)) {
my $path = "$taskdir/$subdir";
find($wanted, $path);
}
......
pve-manager (3.1-25) unstable; urgency=low
* delay UNAUTHORIZED response to avoid DOS attac
* fix typo in pve cron script
-- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2013 11:20:37 +0100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment