From 758b1989dfb507247e949b089aad796bb57d7e2e Mon Sep 17 00:00:00 2001 From: Stephane Gourichon Date: Wed, 3 Apr 2024 07:57:55 +0200 Subject: [PATCH] Add footer to make clear whether transmission is complete. --- tools/run_and_output_only_on_error.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/run_and_output_only_on_error.sh b/tools/run_and_output_only_on_error.sh index 7da12de..9f4aa46 100755 --- a/tools/run_and_output_only_on_error.sh +++ b/tools/run_and_output_only_on_error.sh @@ -50,4 +50,6 @@ then echo ======================================================================== cat "${LOGFILENAME}" echo ======================================================================== + echo "End of transmission" + echo ======================================================================== fi