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-xlynis6
1 files changed, 6 insertions, 0 deletions
diff --git a/lynis b/lynis
index 802de1bf..e0d48b75 100755
--- a/lynis
+++ b/lynis
@@ -289,6 +289,12 @@
ExitCustom 66
fi
+ if [ ${SHOW_SETTINGS_FILE} -eq 1 ]; then
+ echo "Settings file: ${PROFILE}"
+ echo ""; echo ""
+ ExitClean
+ fi
+
# Initialize and check profile file, auditor name, log file and report file
if [ ! -r ${PROFILE} ]; then echo "Fatal error: Can't open profile file (${PROFILE})"; exit 1; fi
if [ "${AUDITORNAME}" = "" ]; then AUDITORNAME="[Unknown]"; fi