fix(falco-driver-loader): target for ubuntu is ubuntu-generic

The upstream files for the generic Ubuntu kernel are all called ubuntu-generic
see: https://dl.bintray.com/falcosecurity/driver/96bd9bc560f67742738eb7255aeb4d03046b8045/

Signed-off-by: Reshad Patuck <reshad@patuck.net>
This commit is contained in:
Reshad Patuck
2020-05-15 20:09:48 +05:30
committed by poiana
parent 5c69639a69
commit efd0bf1967

View File

@@ -131,7 +131,7 @@ get_target_id() {
if [[ $KERNEL_RELEASE == *"aws"* ]]; then
TARGET_ID="ubuntu-aws"
else
TARGET_ID="ubuntu"
TARGET_ID="ubuntu-generic"
fi
;;
(*)