Merge branch 'master' into develop
This commit is contained in:
commit
81143e231a
41 changed files with 303 additions and 190 deletions
|
@ -102,7 +102,10 @@ class BulkPowerActionCommand extends Command
|
|||
$bar->clear();
|
||||
|
||||
try {
|
||||
$this->powerRepository->setServer($server)->sendSignal($action);
|
||||
$this->powerRepository
|
||||
->setNode($server->node)
|
||||
->setServer($server)
|
||||
->sendSignal($action);
|
||||
} catch (RequestException $exception) {
|
||||
$this->output->error(trans('command/messages.server.power.action_failed', [
|
||||
'name' => $server->name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue