mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 15:24:21 +02:00
Show text when stopping execution
This commit is contained in:
parent
cfaea21430
commit
cb77d5a3f7
@ -32,7 +32,7 @@
|
|||||||
if ! SafeInput "${I}"; then
|
if ! SafeInput "${I}"; then
|
||||||
echo "Execution of ${PROGRAM_NAME} stopped as we found unexpected input or invalid characters in argument ${COUNT}"
|
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}"
|
echo "Do you believe this is in error? Let us know: ${PROGRAM_AUTHOR_CONTACT}"
|
||||||
ExitFatal
|
ExitFatal "Program execution stopped due to security measure"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user