mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-19 06:37:15 +00:00
chore(scripts): print versions at the beginning
Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com> Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
fb126cb730
commit
ef75c63e63
@ -606,6 +606,8 @@ if [ -z "$has_opts" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$source_only" ]; then
|
if [ -z "$source_only" ]; then
|
||||||
|
echo "* Running falco-driver-loader for: falco version=${FALCO_VERSION}, driver version=${DRIVER_VERSION}"
|
||||||
|
|
||||||
if [ "$(id -u)" != 0 ]; then
|
if [ "$(id -u)" != 0 ]; then
|
||||||
>&2 echo "This program must be run as root (or with sudo)"
|
>&2 echo "This program must be run as root (or with sudo)"
|
||||||
exit 1
|
exit 1
|
||||||
@ -642,6 +644,4 @@ if [ -z "$source_only" ]; then
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "* Running falco-driver-loader for: falco version=${FALCO_VERSION}, driver version=${DRIVER_VERSION}"
|
|
Loading…
Reference in New Issue
Block a user