docs: fix some comments

Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
Andrea Terzolo
2023-01-23 16:44:55 +01:00
committed by poiana
parent 7ed5f39da0
commit a67657f316
2 changed files with 5 additions and 3 deletions

View File

@@ -18,7 +18,8 @@
chosen_driver=
echo "[POST-INSTALL] Disable all possible enabled 'falco' service:"
# Every time we call this script we want to stat from a clean state.
echo "[POST-INSTALL] Disable all possible 'falco' services:"
systemctl --system stop 'falco-kmod.service' || true
systemctl --system stop 'falco-bpf.service' || true
systemctl --system stop 'falco-modern-bpf.service' || true
@@ -64,7 +65,7 @@ if [ "$1" = "configure" ]; then
2>&1 >/dev/tty)
case $CHOICE in
2)
# we don't want falcoctl enabled by defualt, we mask it
# we don't want falcoctl enabled, we mask it
systemctl --system mask falcoctl-artifact-follow.service || true
;;
esac

View File

@@ -17,6 +17,7 @@
chosen_driver=
# Every time we call this script we want to stat from a clean state.
echo "[POST-INSTALL] Disable all possible enabled 'falco' service:"
systemctl --system stop 'falco-kmod.service' || true
systemctl --system stop 'falco-bpf.service' || true
@@ -63,7 +64,7 @@ if [ $1 -eq 1 ]; then
2>&1 >/dev/tty)
case $CHOICE in
2)
# we don't want falcoctl enabled by defualt, we mask it
# we don't want falcoctl enabled, we mask it
systemctl --system mask falcoctl-artifact-follow.service || true
;;
esac