mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-30 16:42:14 +00:00
docs(scripts): leave a small comment.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
cb414f1254
commit
7cc57a9fa0
@ -39,6 +39,7 @@ systemctl --system disable 'falcoctl-artifact-follow.service' || true
|
|||||||
systemctl --system unmask falcoctl-artifact-follow.service || true
|
systemctl --system unmask falcoctl-artifact-follow.service || true
|
||||||
|
|
||||||
if [ "$1" = "configure" ]; then
|
if [ "$1" = "configure" ]; then
|
||||||
|
# "auto" case is not managed here since it is already the default, so no CHOICE=2
|
||||||
case $FALCO_DRIVER_CHOICE in
|
case $FALCO_DRIVER_CHOICE in
|
||||||
none)
|
none)
|
||||||
CHOICE=1
|
CHOICE=1
|
||||||
@ -63,7 +64,7 @@ if [ "$1" = "configure" ]; then
|
|||||||
5 "Modern eBPF" \
|
5 "Modern eBPF" \
|
||||||
2>&1 >/dev/tty)
|
2>&1 >/dev/tty)
|
||||||
fi
|
fi
|
||||||
# No need to manage automatic case since it is already the default
|
# "auto" case is not managed here since it is already the default, so no CHOICE=2
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
1)
|
1)
|
||||||
chosen_driver=""
|
chosen_driver=""
|
||||||
|
@ -38,6 +38,7 @@ systemctl --system disable 'falcoctl-artifact-follow.service' || true
|
|||||||
systemctl --system unmask falcoctl-artifact-follow.service || true
|
systemctl --system unmask falcoctl-artifact-follow.service || true
|
||||||
|
|
||||||
if [ $1 -ge 1 ]; then
|
if [ $1 -ge 1 ]; then
|
||||||
|
# "auto" case is not managed here since it is already the default, so no CHOICE=2
|
||||||
case $FALCO_DRIVER_CHOICE in
|
case $FALCO_DRIVER_CHOICE in
|
||||||
none)
|
none)
|
||||||
CHOICE=1
|
CHOICE=1
|
||||||
@ -62,7 +63,7 @@ if [ $1 -ge 1 ]; then
|
|||||||
5 "Modern eBPF" \
|
5 "Modern eBPF" \
|
||||||
2>&1 >/dev/tty)
|
2>&1 >/dev/tty)
|
||||||
fi
|
fi
|
||||||
# No need to manage automatic case since it is already the default
|
# "auto" case is not managed here since it is already the default, so no CHOICE=2
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
1)
|
1)
|
||||||
chosen_driver=""
|
chosen_driver=""
|
||||||
|
Loading…
Reference in New Issue
Block a user