mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 23:27:20 +00:00
update(scripts): typo
Co-authored-by: Andrea Terzolo <andrea.terzolo@polito.it> Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
380dd23a60
commit
d0ac5981a7
@ -20,7 +20,7 @@ chosen_driver=
|
||||
if [ $1 -eq 1 ]; then
|
||||
if [ -x /usr/bin/dialog ]; then
|
||||
# If dialog is installed, create a dialog to let users choose the correct driver for them
|
||||
CHOICE=$(dialog --clear --backtitle "Choose your preferred driver" --title "Falco driver" --menu "Choose one of the following options:" 15 40 5 \
|
||||
CHOICE=$(dialog --clear --backtitle "Choose your preferred driver" --title "Falco drivers" --menu "Choose one of the following options:" 15 40 5 \
|
||||
1 "Don't start" \
|
||||
2 "Kmod" \
|
||||
3 "eBPF" \
|
||||
|
Loading…
Reference in New Issue
Block a user