mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 21:24:01 +00:00
fix typo
This commit is contained in:
parent
81019d9d4b
commit
94c47be79d
@ -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} || [];
|
||||||
|
Loading…
Reference in New Issue
Block a user