mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Remove unnecessary test and cleanup rebuild command
This commit is contained in:
@@ -86,9 +86,8 @@ class RebuildServerCommand extends Command
|
||||
{
|
||||
$servers = $this->getServersToProcess();
|
||||
$bar = $this->output->createProgressBar(count($servers));
|
||||
$results = [];
|
||||
|
||||
$servers->each(function ($server) use ($bar, &$results) {
|
||||
$servers->each(function ($server) use ($bar) {
|
||||
$bar->clear();
|
||||
$json = [
|
||||
'build' => [
|
||||
|
||||
Reference in New Issue
Block a user