diff --git a/include/parameters b/include/parameters index fc7d6b27..77837ca4 100644 --- a/include/parameters +++ b/include/parameters @@ -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}"