Skip to content

Commit

Permalink
chore(scripts): print versions at the beginning
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr and leodido committed Nov 17, 2020
1 parent aa892e4 commit 0fb8f4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/falco-driver-loader
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,8 @@ if [ -z "$has_opts" ]; then
fi

if [ -z "$source_only" ]; then
echo "* Running falco-driver-loader for: falco version=${FALCO_VERSION}, driver version=${DRIVER_VERSION}"

if [ "$(id -u)" != 0 ]; then
>&2 echo "This program must be run as root (or with sudo)"
exit 1
Expand Down Expand Up @@ -642,6 +644,4 @@ if [ -z "$source_only" ]; then
;;
esac
fi
fi

echo "* Running falco-driver-loader for: falco version=${FALCO_VERSION}, driver version=${DRIVER_VERSION}"
fi

0 comments on commit 0fb8f4a

Please sign in to comment.