From 2d2c3df71386ec4f082d1ca837e5d96599f68a70 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 15 Mar 2009 20:51:18 +0000 Subject: [PATCH] Bug fix, 2.07 is broken. --- branches/distributed-ppss/ppss.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/branches/distributed-ppss/ppss.sh b/branches/distributed-ppss/ppss.sh index 32521aa..2855f60 100755 --- a/branches/distributed-ppss/ppss.sh +++ b/branches/distributed-ppss/ppss.sh @@ -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