mirror of https://github.com/CISOfy/lynis.git
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…
Reference in New Issue