From cb77d5a3f7d5018fc8f4f5c88e80b8273fbb735e Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 30 Jun 2019 20:37:33 +0200 Subject: Show text when stopping execution --- include/parameters | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/parameters') 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 -- cgit v1.2.3