Version number bump.
This commit is contained in:
parent
a9b4eac886
commit
4d5324e7c8
2
ppss
2
ppss
|
@ -25,7 +25,7 @@ trap 'kill_process' SIGINT
|
|||
|
||||
# Setting some vars.
|
||||
SCRIPT_NAME="Distributed Parallel Processing Shell Script"
|
||||
SCRIPT_VERSION="2.55"
|
||||
SCRIPT_VERSION="2.56"
|
||||
|
||||
# The first argument to this script can be a mode.
|
||||
MODES="node start config stop pause continue deploy status erase kill"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
DEBUG="$1"
|
||||
VERSION=2.55
|
||||
VERSION=2.56
|
||||
TMP_DIR="ppss"
|
||||
PPSS=./ppss_new
|
||||
PPSS=./ppss
|
||||
PPSS_DIR=ppss_dir
|
||||
|
||||
cleanup () {
|
||||
|
|
Loading…
Reference in New Issue