mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Ensure that Lynis does not wait in quick mode
This commit is contained in:
parent
c153344240
commit
e4e26930b0
1 changed files with 1 additions and 1 deletions
2
lynis
2
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
|
||||
#
|
||||
#################################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue