Skip to content

Commit

Permalink
Fix bug in keepalive method
Browse files Browse the repository at this point in the history
  • Loading branch information
nekudo committed Nov 8, 2015
1 parent 9ad3392 commit 2818f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Angela.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ public function status()
*/
public function keepalive()
{
$this->reloadPids();

// if already running don't do anything:
if ($this->managerIsRunning() === true) {
return false;
Expand Down

0 comments on commit 2818f02

Please sign in to comment.