mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Fix nntmux:all command
This commit is contained in:
@@ -110,7 +110,7 @@ class UpdateNNTmux extends Command
|
||||
private function stopTmux()
|
||||
{
|
||||
if ((new Tmux())->isRunning() === true) {
|
||||
$this->call('tmux-ui:stop', ['--kill' => 'true']);
|
||||
$this->call('tmux-ui:stop', ['--kill' => true]);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user