CC-2586: airtime-check-system checks system pacakge
- fixed
This commit is contained in:
parent
6e82cb1e45
commit
e10c468aac
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class AirtimeCheck {
|
|||
}
|
||||
|
||||
private static function CheckPythonLibrary($lib, $minVersion){
|
||||
$command = "pip freeze | grep $lib";
|
||||
$command = "/usr/lib/airtime/airtime_virtualenv/bin/pip freeze | grep $lib";
|
||||
exec($command, $output, $result);
|
||||
|
||||
$status = AirtimeCheck::CHECK_FAILED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue