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
|
DEBUG=1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
# View help
|
# View help
|
||||||
--help | -h)
|
--help | -h)
|
||||||
VIEWHELP=1
|
VIEWHELP=1
|
||||||
|
@ -180,8 +179,10 @@
|
||||||
WRONGOPTION=1
|
WRONGOPTION=1
|
||||||
WRONGOPTION_value=$1
|
WRONGOPTION_value=$1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
#================================================================================
|
#================================================================================
|
||||||
|
|
Loading…
Reference in New Issue