Marking current version as 2.40

This commit is contained in:
Louwrentius 2009-11-08 17:54:41 +00:00
parent fedd72bf1c
commit e91f54932c
1 changed files with 1 additions and 1 deletions

View File

@ -1498,7 +1498,7 @@ listen_for_job () {
done
if [ ! -z "$SSH_MASTER_PID" ]
then
kill "$SSH_MASTER_PID" #>> /dev/null 2>&1
kill "$SSH_MASTER_PID"
fi
log INFO "Finished. Consult ./$JOB_LOG_DIR for job output."
break