Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
b6188ab3
Commit
b6188ab3
authored
Jan 29, 2018
by
Brandon Walts
Browse files
Merge branch 'version/2.1' into version/2.2
parents
4229b0c6
e86aba60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
View file @
b6188ab3
...
...
@@ -67,7 +67,7 @@ sub _command_line_to_extract_all_running_workers {
my
(
$self
)
=
@_
;
# Make sure we have excluded both 'awk' itself and commands like "less runWorker.pl" :
return
q{ps x -o state,pid,command -w -w | awk '(/runWorker.pl/ && ($3 ~ /perl$/) )'}
;
return
q{ps x -o state,pid,command -w -w | awk '(/runWorker.pl/ && ($3 ~ /perl
[[:digit:].]*
$/) )'}
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment