mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 22:19:44 +00:00
Fix typo.
This commit is contained in:
@@ -5292,7 +5292,7 @@ sub main {
|
|||||||
# Fail-safe: if the agent somehow runs away, i.e. starts to fork-bomb,
|
# Fail-safe: if the agent somehow runs away, i.e. starts to fork-bomb,
|
||||||
# stop everything.
|
# stop everything.
|
||||||
# ########################################################################
|
# ########################################################################
|
||||||
my $lib_dir = $o->get('lib-dir');
|
my $lib_dir = $o->get('lib');
|
||||||
if ( too_many_agents(lib_dir => $lib_dir) ) {
|
if ( too_many_agents(lib_dir => $lib_dir) ) {
|
||||||
schedule_services(
|
schedule_services(
|
||||||
services => [],
|
services => [],
|
||||||
|
Reference in New Issue
Block a user