Cleaning up parameters and moving them to profile

This commit is contained in:
mboelen 2015-02-03 18:27:13 +01:00
parent 5686b82f17
commit db46a375c6
1 changed files with 0 additions and 13 deletions

View File

@ -199,19 +199,6 @@
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
-V | --version)
echo "${PROGRAM_version}"