Merge branch 'master' of github.com:deajan/osync

Merged v1.00pre into master
This commit is contained in:
deajan 2015-04-01 11:02:26 +02:00
commit f870e9b1e6
1 changed files with 4 additions and 0 deletions

View File

@ -1660,6 +1660,10 @@ function Init
# remove everything after '@'
_first_part=${uri%@*}
REMOTE_USER=${_first_part%;*}
if [ -n "$REMOTE_USER" ]
then
REMOTE_USER=$(id -un)
fi
#fingerprint=${_first_part#*fingerprint=}
if [ "$SSH_RSA_PRIVATE_KEY" == "" ]
then