mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Don't run irc scrape in quiet mode
This commit is contained in:
@@ -166,7 +166,7 @@ class TmuxTaskRunner
|
||||
|
||||
$niceness = Settings::settingValue('niceness') ?? 2;
|
||||
$artisan = base_path('artisan');
|
||||
$command = "nice -n{$niceness} php {$artisan} irc:scrape --quiet";
|
||||
$command = "nice -n{$niceness} php {$artisan} irc:scrape";
|
||||
$command = $this->buildCommand($command, ['log_pane' => 'scraper']);
|
||||
|
||||
return $this->paneManager->respawnPane($pane, $command);
|
||||
|
||||
Reference in New Issue
Block a user