Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
telanflow committed Oct 24, 2019
1 parent 4cb8e88 commit edc87d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Server/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public function signalHandler($signal)
$this->exit = true;
$this->client->close(true);
file_put_contents(Configure::getPosFile(), $pidFileContent);
exit(0);
}
}

Expand Down

0 comments on commit edc87d3

Please sign in to comment.