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:
authorMichael Boelen <michael.boelen@cisofy.com>2019-06-30 21:37:33 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-06-30 21:37:33 +0300
commitcb77d5a3f7d5018fc8f4f5c88e80b8273fbb735e (patch)
treeac5e99695135832eae592b16b24f30a457118676 /include/parameters
parentcfaea214306f38f958bc3589e60adcf591f64e21 (diff)
Show text when stopping execution
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parameters b/include/parameters
index c0048f72..0798224e 100644
--- a/include/parameters
+++ b/include/parameters
@@ -32,7 +32,7 @@
if ! SafeInput "${I}"; then
echo "Execution of ${PROGRAM_NAME} stopped as we found unexpected input or invalid characters in argument ${COUNT}"
echo "Do you believe this is in error? Let us know: ${PROGRAM_AUTHOR_CONTACT}"
- ExitFatal
+ ExitFatal "Program execution stopped due to security measure"
fi
done