mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Minor code adjustments
This commit is contained in:
parent
7f7d869ae5
commit
a0f0e895eb
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue