The full chain of downloading items to the node, processing and uploading the result back to the server is now functional.

This commit is contained in:
Louwrentius 2009-03-01 21:04:16 +00:00
parent cca01f27fd
commit 21114ec54a
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ upload_item () {
if [ "$SECURE_COPY" == "1" ]
then
#scp -q $SSH_OPTS $SSH_KEY $PPSS_LOCAL_OUTPUT/"$ITEM"/* $USER@$SSH_SERVER:$REMOTE_OUTPUT_DIR
scp $SSH_OPTS $SSH_KEY "$ITEM" $USER@$SSH_SERVER:$REMOTE_OUTPUT_DIR >> HOEBA 2>&1
scp $SSH_OPTS $SSH_KEY $ITEM $USER@$SSH_SERVER:$REMOTE_OUTPUT_DIR >> HOEBA 2>&1
ERROR="$?"
if [ ! "$ERROR" == "0" ]
then