Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/buildscripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-09 02:31:15 +0300
committerJo-Philipp Wich <jow@openwrt.org>2015-01-09 02:31:15 +0300
commite5dcc0b25f6b7cc7759ae244bc162bc9b9624959 (patch)
tree23c5c80a1a7bbfbfe6c2d7293aa960c933378025
parentc27e4a3cd0fd13bd63532bba81b0549450b68376 (diff)
pkgupdate-build.sh: rework identity handling for rsync
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rwxr-xr-xshared/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/functions.sh b/shared/functions.sh
index 5e04ebe..6a62a23 100755
--- a/shared/functions.sh
+++ b/shared/functions.sh
@@ -13,7 +13,7 @@ N="
"
call_rsync() {
- LC_ALL=C rsync ${IDENT+-e "ssh -i $IDENT"} "$@"
+ LC_ALL=C rsync ${IDENT+-e "ssh -o IdentitiesOnly=yes -o IdentityFile=$IDENT"} "$@"
}
mirror_rsync() {