1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 12:00:06 +02:00
This commit is contained in:
Daniel Neto 2023-05-05 14:14:56 -03:00
parent 14fd9ac291
commit a5f79b2758

View file

@ -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}]");
} }