mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: add End marker for tutorials
This commit is contained in:
@ -211,4 +211,7 @@ case "$action" in
|
||||
;;
|
||||
esac
|
||||
|
||||
# For log collector:
|
||||
echo "End"
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -170,4 +170,7 @@ log "done"
|
||||
# Remove the lock file too
|
||||
\rm -f $lockFile 2>/dev/null
|
||||
|
||||
# For log collector:
|
||||
echo "End"
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -171,4 +171,7 @@ log "done"
|
||||
# Remove the lock file too
|
||||
\rm -f $lockFile 2>/dev/null
|
||||
|
||||
# For log collector:
|
||||
echo "End"
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user