Commit 457072a5 authored by Dietmar Maurer's avatar Dietmar Maurer

fix typo

parent a6923282
...@@ -146,7 +146,7 @@ sub write_vzdump_cron_config { ...@@ -146,7 +146,7 @@ sub write_vzdump_cron_config {
my ($filename, $cfg) = @_; my ($filename, $cfg) = @_;
my $out = "# cluster wide vzdump cron schedule\n"; my $out = "# cluster wide vzdump cron schedule\n";
$out .= "# Atomatically generated file - do not edit\n\n"; $out .= "# Automatically generated file - do not edit\n\n";
$out .= "PATH=\"/usr/sbin:/usr/bin:/sbin:/bin\"\n\n"; $out .= "PATH=\"/usr/sbin:/usr/bin:/sbin:/bin\"\n\n";
my $jobs = $cfg->{jobs} || []; my $jobs = $cfg->{jobs} || [];
......
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