Bug fix, 2.07 is broken.
This commit is contained in:
parent
954d8632c1
commit
b1fa580a3e
4
ppss.sh
4
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
|
||||
|
|
Loading…
Reference in New Issue