Update cron_failover.pl

master
Mikael Nordin 7 years ago committed by GitHub
parent 615cebd14e
commit a86380ccb6

@ -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…
Cancel
Save