chore: fixes after libretime_worker rename
This commit is contained in:
parent
39c6acdd8a
commit
ccb8a234b8
6 changed files with 7 additions and 7 deletions
|
@ -172,7 +172,7 @@ function checkLiquidsoapService()
|
|||
*/
|
||||
function checkCeleryService()
|
||||
{
|
||||
exec('pgrep -f -u celery airtime-celery', $out, $status);
|
||||
exec('pgrep -f -u celery libretime_worker', $out, $status);
|
||||
if (array_key_exists(0, $out) && $status == 0) {
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue