mirror of https://github.com/CISOfy/lynis.git
Add variables for alternative upload tool
This commit is contained in:
parent
c88a2678f6
commit
6b05d59855
|
@ -183,11 +183,13 @@ unset LANG
|
|||
UEFI_BOOTED=0
|
||||
UEFI_BOOTED_SECURE=0
|
||||
UNBOUND_RUNNING=0
|
||||
UPDATE_CHECK_SKIPPED=0
|
||||
UPLOAD_OPTIONS=""
|
||||
UPLOAD_PROXY_PORT=""
|
||||
UPLOAD_PROXY_PROTOCOL=""
|
||||
UPLOAD_PROXY_SERVER=""
|
||||
UPDATE_CHECK_SKIPPED=0
|
||||
UPLOAD_TOOL=""
|
||||
UPLOAD_TOOL_ARGS=""
|
||||
VALUE=""
|
||||
VERBOSE=0
|
||||
VMTYPE=""
|
||||
|
|
Loading…
Reference in New Issue