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
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-10-13 21:55:49 +0400
committermboelen <michael@cisofy.com>2014-10-13 21:55:49 +0400
commit3b7e1a63ae41b535a7be79f7e6bacdebf0f40602 (patch)
treec26bbdf0d41f4dd3cbe2edc41d8452168a7957a1
parentbadd27ac7e84cacbb183278ec204f1817c31ff48 (diff)
Mark when binary scan is complete
-rw-r--r--include/binaries1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/binaries b/include/binaries
index 4a72ed1b..2c685107 100644
--- a/include/binaries
+++ b/include/binaries
@@ -184,6 +184,7 @@
done
SCANNEDPATHS=`echo ${SCANNEDPATHS} | sed 's/^, //g'`
logtext "Discovered directories: ${SCANNEDPATHS}"
+ BINARY_SCAN_FINISHED=1
#fi
logtext "Result: found ${N} binaries"