diff --git a/tools/autobuild/install.sh b/tools/autobuild/install.sh index 1a13f2a6..32fa636d 100755 --- a/tools/autobuild/install.sh +++ b/tools/autobuild/install.sh @@ -80,6 +80,6 @@ _rsync() { } sshpass -p $REMOTE_PASS ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -l $REMOTE_USER $REMOTE_SERVER mkdir -p $REMOTE_DIR -_rsync $ONL/RELEASE/* $REMOTE_SERVER:$REMOTE_DIR +_rsync $ONL/RELEASE $REMOTE_SERVER:$REMOTE_DIR _rsync $ONL/REPO $REMOTE_SERVER:$REMOTE_DIR