Skip to content

Commit

Permalink
Fix #889
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Mar 10, 2023
1 parent defabbe commit fd77ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ protected static function parseCommand()
exit;
}

$statistics_file = static::$statusFile ? static::$statusFile : __DIR__ . "/../workerman-$master_pid.status";
$statistics_file = static::$statusFile ? static::$statusFile : __DIR__ . "/../workerman-$master_pid.$command";

// execute command.
switch ($command) {
Expand Down

0 comments on commit fd77ca4

Please sign in to comment.