Files
newznab-tmux/misc/update/nix/tmux/stop.php
T
DariusIII 24fa162413 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-08-31 09:31:28 +00:00

8 lines
138 B
PHP

<?php
require_once dirname(__DIR__, 4).DIRECTORY_SEPARATOR.'bootstrap.php';
use nntmux\Tmux;
$restart = (new Tmux())->stopIfRunning();