Merge pull request #209 from smutel/patch-2
Avoid bad syntax error message
This commit is contained in:
commit
fb9577b4ea
1 changed files with 1 additions and 1 deletions
|
@ -1094,7 +1094,7 @@ sub get_process_memory {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub get_other_process_memory {
|
sub get_other_process_memory {
|
||||||
my @procs = `ps -eaxo pid,command`;
|
my @procs = `ps eaxo pid,command`;
|
||||||
map {
|
map {
|
||||||
s/.*PID.*//;
|
s/.*PID.*//;
|
||||||
s/.*mysqld.*//;
|
s/.*mysqld.*//;
|
||||||
|
|
Loading…
Reference in a new issue