mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 02:44:58 +00:00
Don't check for /etc/percona/agent/my.cnf on install because slave installs need it.
This commit is contained in:
@@ -8558,7 +8558,7 @@ sub install {
|
||||
|
||||
# Verify pt-agent is not installed
|
||||
$next_step->();
|
||||
my @install_files = ($agent_my_cnf, $config_file, "$lib_dir/agent");
|
||||
my @install_files = ($config_file, "$lib_dir/agent");
|
||||
my @have_files;
|
||||
foreach my $file (@install_files) {
|
||||
push @have_files, $file if -f $file;
|
||||
|
Reference in New Issue
Block a user