Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lynis
diff options
context:
space:
mode:
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis4
1 files changed, 2 insertions, 2 deletions
diff --git a/lynis b/lynis
index fd0cbf73..3e4b47b3 100755
--- a/lynis
+++ b/lynis
@@ -743,7 +743,7 @@ ${NORMAL}
#################################################################################
#
# Plugins
- if [ ${RUN_PLUGINS} -eq 1 ]; then
+ if [ ${SKIP_PLUGINS} -eq 0 ]; then
N_PLUGIN=0
N_PLUGIN_ENABLED=0
@@ -933,7 +933,7 @@ ${NORMAL}
#
#################################################################################
#
- if [ ${RUN_PLUGINS} -eq 1 ]; then
+ if [ ${SKIP_PLUGINS} -eq 0 ]; then
RunPlugins 2
if [ ${N_PLUGIN_ENABLED} -gt 1 ]; then
Display --indent 2 --text "- Plugins (phase 2)" --result "DONE" --color GREEN