Allow Lynis Enterprise users to provide an URL to upload to

This commit is contained in:
mboelen 2014-12-05 12:28:44 +01:00
parent 841c99cc30
commit cbf96e156f
1 changed files with 8 additions and 1 deletions

View File

@ -163,6 +163,13 @@
--upload) --upload)
UPLOAD_DATA=1 UPLOAD_DATA=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}"