mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 14:20:04 +00:00
cleanup(scripts, cmake): fix switch in deb and rpm postinst scripts.
Cleanup cmake cpackgenerator options. Signed-off-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
committed by
poiana
parent
1570e9f235
commit
c6f668bc71
@@ -30,13 +30,13 @@ case "$1" in
|
||||
2>&1 >/dev/tty)
|
||||
clear
|
||||
case $CHOICE in
|
||||
1)
|
||||
2)
|
||||
chosen_driver="kmod"
|
||||
;;
|
||||
2)
|
||||
3)
|
||||
chosen_driver="ebpf"
|
||||
;;
|
||||
3)
|
||||
4)
|
||||
chosen_driver="plugin"
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user