mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 12:00:06 +02:00
update
This commit is contained in:
parent
14fd9ac291
commit
a5f79b2758
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if ($objParam = AVideoPlugin::getDataObjectIfEnabled('Live')) {
|
||||||
if (!is_port_open($port)) {
|
if (!is_port_open($port)) {
|
||||||
_error_log("WatchDog: Live port is not opened [{$port}]");
|
_error_log("WatchDog: Live port is not opened [{$port}]");
|
||||||
exec("{$nginxFile} -s stop");
|
exec("{$nginxFile} -s stop");
|
||||||
exec("{$nginxFile}");
|
execAsync("{$nginxFile}");
|
||||||
}else{
|
}else{
|
||||||
//_error_log("WatchDog: Live port is opened [{$port}]");
|
//_error_log("WatchDog: Live port is opened [{$port}]");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue