Merge "Print kernel version"

This commit is contained in:
Jenkins 2015-03-26 14:17:40 +00:00 committed by Gerrit Code Review
commit e59d2c6783

View File

@ -89,6 +89,9 @@ if [[ $EUID -eq 0 ]]; then
exit 1
fi
# Print the kernel version
uname -a
# Prepare the environment
# -----------------------