Skip to content

Commit

Permalink
Fix for #1038
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmagini committed Jul 26, 2016
1 parent 1f4a078 commit e0593fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl_lib/PHEDEX/Core/Agent/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sub identifyAgent
if ($dbh->{private_phedex_newconn})
{
my ($ident) = qx(ps -p $$ wwwwuh 2>/dev/null)
or self->Fatal("Unable to identify agent process with 'ps -p $$ wwwwuh 2>/dev/null'");
or $self->Fatal("Unable to identify agent process with 'ps -p $$ wwwwuh 2>/dev/null'");
chomp($ident) if $ident;
&dbexec($dbh, qq{
insert into t_agent_log
Expand Down

0 comments on commit e0593fc

Please sign in to comment.