From 921c5051d7840123b59e25167544d08cce02b6c1 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 1 Mar 2009 21:04:16 +0000 Subject: [PATCH] The full chain of downloading items to the node, processing and uploading the result back to the server is now functional. --- branches/distributed-ppss/ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/distributed-ppss/ppss.sh b/branches/distributed-ppss/ppss.sh index de10fe9..e0ce6c1 100755 --- a/branches/distributed-ppss/ppss.sh +++ b/branches/distributed-ppss/ppss.sh @@ -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