mirror of https://github.com/apache/archiva.git
remove extra logic
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@434455 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a8fdf500b2
commit
c769597ddc
|
@ -34,12 +34,7 @@ for f in `find conf -iname "*.sh"`
|
|||
|
||||
if [ -z $NO_SSH ]
|
||||
then
|
||||
if [ -z $SSH_OPTS ]
|
||||
then
|
||||
RSYNC_SSH="--rsh=ssh"
|
||||
else
|
||||
RSYNC_SSH="--rsh=ssh $SSH_OPTS"
|
||||
fi
|
||||
RSYNC_SSH="--rsh=ssh $SSH_OPTS"
|
||||
fi
|
||||
|
||||
echo "Syncing $FROM -> $TO"
|
||||
|
|
Loading…
Reference in New Issue