TUT: add End marker for tutorials

This commit is contained in:
Mark Olesen
2018-12-11 16:25:28 +01:00
parent a1cc72f8ac
commit 98158f5409
4 changed files with 10 additions and 1 deletions

View File

@ -211,4 +211,7 @@ case "$action" in
;;
esac
# For log collector:
echo "End"
#------------------------------------------------------------------------------

View File

@ -170,4 +170,7 @@ log "done"
# Remove the lock file too
\rm -f $lockFile 2>/dev/null
# For log collector:
echo "End"
#------------------------------------------------------------------------------

View File

@ -171,4 +171,7 @@ log "done"
# Remove the lock file too
\rm -f $lockFile 2>/dev/null
# For log collector:
echo "End"
#------------------------------------------------------------------------------