mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 22:49:26 +01:00
Start servers by default
This commit is contained in:
parent
ff261f9c99
commit
9d9720a5a2
@ -74,7 +74,7 @@ class ServerCreationService
|
||||
|
||||
try {
|
||||
$this->daemonServerRepository->setServer($server)->create(
|
||||
Arr::get($data, 'start_on_completion', false) ?? false
|
||||
Arr::get($data, 'start_on_completion', true) ?? true,
|
||||
);
|
||||
} catch (DaemonConnectionException $exception) {
|
||||
$this->serverDeletionService->withForce()->handle($server);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user