mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Add upload_compressed option to profile
This commit is contained in:
parent
4b9b8a0bc7
commit
ad87a83bbc
1 changed files with 5 additions and 0 deletions
|
|
@ -173,6 +173,11 @@
|
|||
UPDATE_LOCAL_VERSION_INFO="${VALUE}"
|
||||
;;
|
||||
|
||||
# Compression of uploads (enabled by default)
|
||||
upload_compressed)
|
||||
if [ "${VALUE}" = "0" ]; then OPTIONS_COMPRESSED_UPLOADS=1 ]; fi
|
||||
;;
|
||||
|
||||
# Options during upload of data
|
||||
upload_options)
|
||||
UPLOAD_OPTIONS="${VALUE}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue