Files
newznab-tmux/misc/update/tmux/stop.php
T
2018-02-14 23:08:17 +01:00

8 lines
151 B
PHP

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