Add support for starting server on creation.

This commit is contained in:
Dane Everitt 2017-04-01 12:29:49 -04:00
parent 482bf4804d
commit 844ebfaf64
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 13 additions and 4 deletions

View file

@ -330,6 +330,7 @@ class ServerRepository
(string) $server->daemonSecret => $this->daemonPermissions,
],
'rebuild' => false,
'start_on_completion' => isset($data['start_on_completion']),
],
]);