mirror of https://github.com/CISOfy/lynis.git
Minor code adjustments
This commit is contained in:
parent
7f7d869ae5
commit
a0f0e895eb
|
@ -49,7 +49,6 @@
|
|||
DEBUG=1
|
||||
;;
|
||||
|
||||
|
||||
# View help
|
||||
--help | -h)
|
||||
VIEWHELP=1
|
||||
|
@ -180,8 +179,10 @@
|
|||
WRONGOPTION=1
|
||||
WRONGOPTION_value=$1
|
||||
;;
|
||||
|
||||
esac
|
||||
shift
|
||||
|
||||
done
|
||||
|
||||
#================================================================================
|
||||
|
|
Loading…
Reference in New Issue