Bug fix, 2.07 is broken.

This commit is contained in:
Louwrentius 2009-03-15 20:51:18 +00:00
parent 954d8632c1
commit b1fa580a3e
1 changed files with 1 additions and 3 deletions

View File

@ -38,7 +38,7 @@ trap 'kill_process; ' INT
# Setting some vars. Do not change.
SCRIPT_NAME="Distributed Parallel Processing Shell Script"
SCRIPT_VERSION="2.07"
SCRIPT_VERSION="2.08"
# The first argument to this script is always the 'mode'.
MODE="$1"
@ -529,8 +529,6 @@ init_vars () {
log INFO "---------------------------------------------------------"
SSH_OPTS="$SSH_OPTS $SSH_KNOWN_HOSTS"
does_file_exist "$JOB_LOG_DIR"
if [ ! "$?" == "0" ]
then