diff --git a/scripts/rpm/postinstall.in b/scripts/rpm/postinstall.in index 48974381..bf1303c5 100755 --- a/scripts/rpm/postinstall.in +++ b/scripts/rpm/postinstall.in @@ -33,7 +33,7 @@ systemctl --system disable 'falcoctl-artifact-follow.service' || true # unmask falcoctl if it was masked systemctl --system unmask falcoctl-artifact-follow.service || true -if [ $1 -eq 1 ]; then +if [ $1 -ge 1 ]; then if [ -x /usr/bin/dialog ] && [ "${FALCO_FRONTEND}" != "noninteractive" ]; then # If dialog is installed, create a dialog to let users choose the correct driver for them CHOICE=$(dialog --clear --title "Falco drivers" --menu "Choose your preferred driver:" 12 55 4 \