Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-02-03 20:27:13 +0300
committermboelen <michael@cisofy.com>2015-02-03 20:27:13 +0300
commitdb46a375c6e20910dafa2f6a22089bf8e22e7896 (patch)
tree703e3b68edb61aa32db51012d19d19caf0702b50
parent5686b82f17d89217a6f25b0a508cc62864453f0d (diff)
Cleaning up parameters and moving them to profile
-rw-r--r--include/parameters13
1 files changed, 0 insertions, 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}"