Removed usage of bc so this is not a dependency anymore.

This commit is contained in:
Louwrentius 2009-02-28 19:11:48 +00:00
parent 7c16a77860
commit af1eda73d4
1 changed files with 5 additions and 4 deletions

View File

@ -568,10 +568,11 @@ deploy_ppss () {
set_error $?
scp -q $SCRIPT $USER@$NODE:~/$PPSS_HOME_DIR
set_error $?
scp -q $INPUT_FILE $USER@$NODE:~/$PPSS_HOME_DIR
set_error $?
if [ ! -z "$INPUT_FILE" ]
then
scp -q $INPUT_FILE $USER@$NODE:~/$PPSS_HOME_DIR
set_error $?
fi
if [ "$ERROR" == "0" ]
then