added more verbose error message if kernel header is not found
This commit is contained in:
@@ -7,7 +7,7 @@ if [[ -f "$OUTPUT" ]]; then
|
||||
fi
|
||||
|
||||
if [[ ! -f $SOURCE ]]; then
|
||||
echo "[!] ${SOURCE} not found!!"
|
||||
echo "[!] ${SOURCE} not found, are the kernel headers installed?"
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user