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