chore(scripts): renamed Don't Start to Plugin.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2022-10-24 15:46:56 +02:00 committed by poiana
parent e26aa6a385
commit b04bb2e32e
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ case "$1" in
CHOICE=$(dialog --clear --backtitle "Choose your preferred driver" --title "Falco driver" --menu "Choose one of the following options:" 15 40 4 \
1 "Kmod" \
2 "eBPF" \
3 "Don't start" \
3 "Plugin" \
2>&1 >/dev/tty)
clear
case $CHOICE in

View File

@ -27,7 +27,7 @@ case "$1" in
CHOICE=$(dialog --clear --backtitle "Choose your preferred driver" --title "Falco driver" --menu "Choose one of the following options:" 15 40 4 \
1 "Kmod" \
2 "eBPF" \
3 "Don't start" \
3 "Plugin" \
2>&1 >/dev/tty)
clear
case $CHOICE in