mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Merge pull request #873 from topimiettinen/fix-developer-profile
Fix developer profile
This commit is contained in:
commit
1bb35b86b8
@ -98,6 +98,7 @@ unset LANG
|
||||
DEBSUMSBINARY=""
|
||||
DEVELOPER_MODE=0
|
||||
DEVOPS_MODE=0
|
||||
DIGBINARY=""
|
||||
DISABLED_PLUGINS=""
|
||||
DISCOVERED_BINARIES=""
|
||||
DMIDECODEBINARY=""
|
||||
@ -148,6 +149,7 @@ unset LANG
|
||||
LOCATEBINARY=""
|
||||
LOGFILE=""
|
||||
LOGDIR=""
|
||||
LOGROTATEBINARY=""
|
||||
LOGTEXT=1
|
||||
LSMODBINARY=""
|
||||
LSOFBINARY=""
|
||||
|
@ -669,6 +669,7 @@
|
||||
LogText "Result: found ${FOUND_VMLINUZ}"
|
||||
fi
|
||||
|
||||
VERSION_ON_DISK=""
|
||||
if [ -L "${FOUND_VMLINUZ}" ]; then
|
||||
LogText "Result: found a symlink, retrieving destination"
|
||||
FOUND_VMLINUZ=$(readlink "${FOUND_VMLINUZ}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user