From d0ac5981a7dc020df550b2953ab649376592988a Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 5 Dec 2022 16:33:06 +0100 Subject: [PATCH] update(scripts): typo Co-authored-by: Andrea Terzolo Signed-off-by: Federico Di Pierro --- scripts/rpm/postinstall.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rpm/postinstall.in b/scripts/rpm/postinstall.in index 4dce2756..7dfaf3f2 100755 --- a/scripts/rpm/postinstall.in +++ b/scripts/rpm/postinstall.in @@ -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" \