Show text when stopping execution

This commit is contained in:
Michael Boelen 2019-06-30 20:37:33 +02:00
parent cfaea21430
commit cb77d5a3f7
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

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