version 2.03

This commit is contained in:
Louwrentius 2009-03-10 23:00:33 +00:00
parent 4b45db3169
commit c8f4a2caa0
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ upload_item () {
log DEBUG "Uploading item $ITEM."
if [ "$SECURE_COPY" == "1" ]
then
scp -q $SSH_OPTS $SSH_KEY "$ITEM" $USER@$SSH_SERVER:$REMOTE_OUTPUT_DIR
scp -q $SSH_OPTS $SSH_KEY $ITEM $USER@$SSH_SERVER:$REMOTE_OUTPUT_DIR
ERROR="$?"
if [ ! "$ERROR" == "0" ]
then