From 56df59b7cb2ce12aec65b0b3ead96402b6291a9f Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Thu, 17 Dec 2015 09:39:40 -0800 Subject: [PATCH] Sync RELEASE dir. --- tools/autobuild/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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