admin: test temp go-vod bin only

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-28 10:09:50 -07:00
parent 86e27e0f46
commit 985bcee976
1 changed files with 1 additions and 1 deletions

View File

@ -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,