mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Initialize variables
This commit is contained in:
parent
77d26dc184
commit
a04b2da851
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ unset LANG
|
|||
DEVELOPER_MODE=0
|
||||
DISCOVERED_BINARIES=""
|
||||
DNFBINARY=""
|
||||
DOCKERBINARY=""
|
||||
DOCKER_DAEMON_RUNNING=0
|
||||
ECHOCMD=""
|
||||
ERROR_ON_WARNINGS=0
|
||||
|
|
@ -137,6 +138,7 @@ unset LANG
|
|||
MTREEBINARY=""
|
||||
MYSQLCLIENTBINARY=""
|
||||
MYSQL_RUNNING=0
|
||||
N_PLUGIN=0
|
||||
N_PLUGIN_ENABLED=0
|
||||
NAME_CACHE_USED=0
|
||||
NETWORK_INTERFACES=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue