Linux version 4.14
The functionality of the updated amnezia-awg container in Debian 9 with Linux kernel version 4.14 and newer has been tested.
This commit is contained in:
parent
52216043bb
commit
39ab6dca1e
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ ErrorCode ServerController::installDockerWorker(const ServerCredentials &credent
|
||||||
int major = match.captured(1).toInt();
|
int major = match.captured(1).toInt();
|
||||||
int minor = match.captured(2).toInt();
|
int minor = match.captured(2).toInt();
|
||||||
|
|
||||||
if (major < 4 || (major == 4 && minor <= 1)) {
|
if (major < 4 || (major == 4 && minor < 14)) {
|
||||||
return ErrorCode::ServerLinuxKernelTooOld;
|
return ErrorCode::ServerLinuxKernelTooOld;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue