Skip to content

Commit

Permalink
gad
Browse files Browse the repository at this point in the history
  • Loading branch information
ben182 committed Sep 11, 2018
1 parent 72ba2d7 commit 75b4ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Console/Commands/InstallationFinishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function handle()

(new CreateDeamonTaskManager([
'name' => 'stool-deploy',
'command' => 'stool queue:listen --timeout=600 --sleep=3 --tries=1',
'command' => 'stool queue:listen --timeout=600 --sleep=15 --tries=1',
]))->work();

$sEmail = $this->ask('Administrator email?');
Expand All @@ -57,7 +57,7 @@ public function handle()
if ($bAddSwap) {
$iSwap = (int) $this->ask('How much (in GB)?');

echo resolve('ShellTask')->exec('bash ' . scripts_path('partials') . '/swap.sh ' . $iSwap . 'G')->getLastOutput();
resolve('ShellTask')->exec('bash ' . scripts_path('partials') . '/swap.sh ' . $iSwap . 'G');
}
}
}

0 comments on commit 75b4ba7

Please sign in to comment.