Don't check for /etc/percona/agent/my.cnf on install because slave installs need it.

This commit is contained in:
Daniel Nichter
2013-12-19 16:05:57 -08:00
parent d588960edf
commit cd8a027445

View File

@@ -8558,7 +8558,7 @@ sub install {
# Verify pt-agent is not installed # Verify pt-agent is not installed
$next_step->(); $next_step->();
my @install_files = ($agent_my_cnf, $config_file, "$lib_dir/agent"); my @install_files = ($config_file, "$lib_dir/agent");
my @have_files; my @have_files;
foreach my $file (@install_files) { foreach my $file (@install_files) {
push @have_files, $file if -f $file; push @have_files, $file if -f $file;