mirror of https://github.com/CISOfy/lynis.git
Delete PRIVILEGED var from this file
if PRIVILEGED is set in the file, it will overwrite the value in the main program always to 0. This change depends in the other commit that set the variable in both cases.
This commit is contained in:
parent
8de806c9a7
commit
d1cb74e7d9
|
@ -219,7 +219,6 @@ unset LANG
|
|||
POSTGRES_RUNNING=0
|
||||
PREVIOUS_TEST="No test ID"
|
||||
PREVIOUS_TS=0
|
||||
PRIVILEGED=0
|
||||
PROFILES=""
|
||||
PROFILEVALUE=""
|
||||
PSBINARY="ps"
|
||||
|
|
Loading…
Reference in New Issue