From db46a375c6e20910dafa2f6a22089bf8e22e7896 Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 3 Feb 2015 18:27:13 +0100 Subject: [PATCH] Cleaning up parameters and moving them to profile --- include/parameters | 13 ------------- 1 file changed, 13 deletions(-) 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}"