mirror of https://github.com/apache/archiva.git
Fix problem with non ssh rsyncs
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@434469 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
681fb36420
commit
65d8d31ddd
|
@ -28,7 +28,8 @@ for f in `find conf -iname "*.sh"`
|
||||||
TO=
|
TO=
|
||||||
NO_SSH=
|
NO_SSH=
|
||||||
SSH_OPTS=
|
SSH_OPTS=
|
||||||
RSYNC_SSH=
|
# to prevent empty variable
|
||||||
|
RSYNC_SSH="-z"
|
||||||
|
|
||||||
source $f
|
source $f
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue