todo for restart
This commit is contained in:
parent
b5cef78a5c
commit
c0255bd442
@ -285,6 +285,7 @@ class ManiaControl implements CommandListener, TimerListener {
|
|||||||
$this->log('Restarting ManiaControl!');
|
$this->log('Restarting ManiaControl!');
|
||||||
|
|
||||||
// Execute start script in background
|
// Execute start script in background
|
||||||
|
// TODO: restart the .php script itself ($_SERVER['scriptname'] or something + $argv)
|
||||||
if ($this->getOS(self::OS_UNIX)) {
|
if ($this->getOS(self::OS_UNIX)) {
|
||||||
$command = 'sh ' . escapeshellarg(ManiaControlDir . '/ManiaControl.sh') . ' > /dev/null &';
|
$command = 'sh ' . escapeshellarg(ManiaControlDir . '/ManiaControl.sh') . ' > /dev/null &';
|
||||||
exec($command);
|
exec($command);
|
||||||
|
Loading…
Reference in New Issue
Block a user