mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
Update phd launch
Summary: Ref T12298. `phd launch` was missed in D17390 and thus broken by D17389. Test Plan: Launched a daemon with great success. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Maniphest Tasks: T12298 Differential Revision: https://secure.phabricator.com/D17429
This commit is contained in:
parent
5fad7eb1f9
commit
fcd8c9c240
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ final class PhabricatorDaemonManagementLaunchWorkflow
|
||||||
|
|
||||||
$daemon = array();
|
$daemon = array();
|
||||||
$daemon['class'] = array_shift($argv);
|
$daemon['class'] = array_shift($argv);
|
||||||
|
$daemon['label'] = $daemon['class'];
|
||||||
$daemon['argv'] = $argv;
|
$daemon['argv'] = $argv;
|
||||||
|
|
||||||
$daemons = array_fill(0, $daemon_count, $daemon);
|
$daemons = array_fill(0, $daemon_count, $daemon);
|
||||||
|
|
Loading…
Reference in a new issue