Ensure that Lynis does not wait in quick mode

This commit is contained in:
mboelen 2015-08-19 15:32:04 +02:00
parent c153344240
commit e4e26930b0

2
lynis
View File

@ -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
#
#################################################################################