From b04bb2e32e6c978b5f36ec346168c3ff8844418c Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 24 Oct 2022 15:46:56 +0200 Subject: [PATCH] chore(scripts): renamed Don't Start to Plugin. Signed-off-by: Federico Di Pierro --- scripts/debian/postinst.in | 2 +- scripts/rpm/postinstall.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/debian/postinst.in b/scripts/debian/postinst.in index bb9858d5..0efd2fe2 100755 --- a/scripts/debian/postinst.in +++ b/scripts/debian/postinst.in @@ -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 diff --git a/scripts/rpm/postinstall.in b/scripts/rpm/postinstall.in index 4b87ee0f..ec538cf5 100755 --- a/scripts/rpm/postinstall.in +++ b/scripts/rpm/postinstall.in @@ -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