admin: test temp go-vod bin only
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/672/head
parent
86e27e0f46
commit
985bcee976
|
@ -141,7 +141,7 @@ class AdminController extends GenericApiController
|
||||||
// Check go-vod binary
|
// Check go-vod binary
|
||||||
$extGoVod = Util::getSystemConfig('memories.vod.external');
|
$extGoVod = Util::getSystemConfig('memories.vod.external');
|
||||||
$status['govod'] = $this->getExecutableStatus(
|
$status['govod'] = $this->getExecutableStatus(
|
||||||
Util::getSystemConfig('memories.vod.path'),
|
fn () => BinExt::getGoVodBin(),
|
||||||
fn ($p) => BinExt::testStartGoVod(),
|
fn ($p) => BinExt::testStartGoVod(),
|
||||||
!$extGoVod,
|
!$extGoVod,
|
||||||
!$extGoVod,
|
!$extGoVod,
|
||||||
|
|
Loading…
Reference in New Issue