Update cron_failover.pl
This commit is contained in:
parent
615cebd14e
commit
a86380ccb6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ my $config_file = $ARGV[0];
|
|||
|
||||
my $config = Config::JSON->new($config_file) or die "Can not open config file: $config_file";
|
||||
|
||||
my $crontab = $config->get('crontabs');
|
||||
my $crontab = $config->get('crontab');
|
||||
my $sharedcrontab = $config->get('sharedcrontab');
|
||||
my $masterfile = $config->get('masterfile');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue