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:
authormboelen <michael@cisofy.com>2015-08-19 16:32:04 +0300
committermboelen <michael@cisofy.com>2015-08-19 16:32:04 +0300
commite4e26930b08b50815c8f927674ce5fb8d95c36ba (patch)
treef05703737ea0c48a6156a62398afc062228845bf /lynis
parentc1533442406ad788c5b55bde4f312b04becd0888 (diff)
Ensure that Lynis does not wait in quick mode
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis2
1 files changed, 1 insertions, 1 deletions
diff --git a/lynis b/lynis
index eaad013c..c3ac0843 100755
--- a/lynis
+++ b/lynis
@@ -417,7 +417,7 @@
echo ""
echo " ###################################################################"
echo "${NORMAL}"; echo ""
- if [ ${NEVERBREAK} -eq 0 ]; then read void; fi
+ if [ ${QUICKMODE} -eq 0 ]; then read void; fi
fi
#
#################################################################################