From b1fa580a3ee3204f0b536adb5bd93789d733fb88 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. --- ppss.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ppss.sh b/ppss.sh index 32521aa..2855f60 100755 --- a/ppss.sh +++ b/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