mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Strict mode needs this vars initialized
This commit is contained in:
parent
2576bc8fca
commit
250fb965d3
1 changed files with 10 additions and 0 deletions
|
|
@ -313,6 +313,16 @@ unset LANG
|
|||
XARGSBINARY=""
|
||||
YUMBINARY=""
|
||||
ZYPPERBINARY=""
|
||||
|
||||
# == Variables for strict mode ==
|
||||
IFCONFIGBINARY=""
|
||||
LOCATEBINARY=""
|
||||
SEARCH_VERSION=""
|
||||
SHA1SUMBINARY=""
|
||||
SHA256SUMBINARY=""
|
||||
OPENSSLBINARY=""
|
||||
LICENSE_KEY=""
|
||||
|
||||
#
|
||||
#################################################################################
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue