mirror of https://github.com/CISOfy/lynis.git
Cleaning up parameters and moving them to profile
This commit is contained in:
parent
5686b82f17
commit
db46a375c6
|
@ -199,19 +199,6 @@
|
||||||
UPLOAD_DATA=1
|
UPLOAD_DATA=1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Lynis Enterprise: upload options (e.g. --upload-options "--insecure" to allow self-signed certificate)
|
|
||||||
--upload-options)
|
|
||||||
shift
|
|
||||||
UPLOAD_OPTIONS=$1
|
|
||||||
;;
|
|
||||||
|
|
||||||
|
|
||||||
# Which server to upload to
|
|
||||||
--upload-url)
|
|
||||||
shift
|
|
||||||
UPLOAD_URL=$1
|
|
||||||
;;
|
|
||||||
|
|
||||||
# Version number
|
# Version number
|
||||||
-V | --version)
|
-V | --version)
|
||||||
echo "${PROGRAM_version}"
|
echo "${PROGRAM_version}"
|
||||||
|
|
Loading…
Reference in New Issue