Removed usage of bc so this is not a dependency anymore.
This commit is contained in:
parent
fc7c4d58d3
commit
0dad4cd872
|
@ -568,10 +568,11 @@ deploy_ppss () {
|
||||||
set_error $?
|
set_error $?
|
||||||
scp -q $SCRIPT $USER@$NODE:~/$PPSS_HOME_DIR
|
scp -q $SCRIPT $USER@$NODE:~/$PPSS_HOME_DIR
|
||||||
set_error $?
|
set_error $?
|
||||||
scp -q $INPUT_FILE $USER@$NODE:~/$PPSS_HOME_DIR
|
if [ ! -z "$INPUT_FILE" ]
|
||||||
set_error $?
|
then
|
||||||
|
scp -q $INPUT_FILE $USER@$NODE:~/$PPSS_HOME_DIR
|
||||||
|
set_error $?
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$ERROR" == "0" ]
|
if [ "$ERROR" == "0" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue