mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Add variables for alternative upload tool
This commit is contained in:
parent
c88a2678f6
commit
6b05d59855
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue