Add footer to make clear whether transmission is complete.

This commit is contained in:
Stephane Gourichon
2024-04-03 07:57:55 +02:00
committed by Stephane Gourichon
parent 5df5a4c957
commit 758b1989df

View File

@@ -50,4 +50,6 @@ then
echo ========================================================================
cat "${LOGFILENAME}"
echo ========================================================================
echo "End of transmission"
echo ========================================================================
fi