mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-26 03:09:22 +02:00
Removed -o which had no purpose
This commit is contained in:
parent
09740e0deb
commit
e5091772c5
@ -665,7 +665,7 @@
|
||||
break
|
||||
else
|
||||
# Searching for the Linux kernel after the keyword 'version'
|
||||
if [ "${I}" = "version" -o ]; then NEXTLINE=1; fi
|
||||
if [ "${I}" = "version" ]; then NEXTLINE=1; fi
|
||||
fi
|
||||
done
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user