fix: include version variable inside containers
This commit is contained in:
parent
956d19ec95
commit
09a75570f3
4 changed files with 27 additions and 0 deletions
|
@ -403,6 +403,10 @@ class Config
|
|||
}
|
||||
}
|
||||
|
||||
if (getenv('LIBRETIME_VERSION')) {
|
||||
$version = trim(getenv('LIBRETIME_VERSION'));
|
||||
}
|
||||
|
||||
self::$legacy_values['airtime_version'] = $version;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue