mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
Fix typo.
This commit is contained in:
@@ -6861,7 +6861,7 @@ pass=$random_pass
|
|||||||
}
|
}
|
||||||
|
|
||||||
print "Starting pt-agent...\n";
|
print "Starting pt-agent...\n";
|
||||||
my $env = get_env();
|
my $env = env_vars();
|
||||||
my $cmd = "$env $FindBin::Bin/pt-agent --daemonize";
|
my $cmd = "$env $FindBin::Bin/pt-agent --daemonize";
|
||||||
my $ret = system($cmd);
|
my $ret = system($cmd);
|
||||||
if ( $ret >> 8 ) {
|
if ( $ret >> 8 ) {
|
||||||
|
Reference in New Issue
Block a user