Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
440055db19
1 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
nickname="joey"
|
||||||
|
subject="comment 3"
|
||||||
|
date="2013-03-27T19:22:06Z"
|
||||||
|
content="""
|
||||||
|
Hmm, the message you got indicates it saw the \"loggedin\", but not the \"rsync\".
|
||||||
|
|
||||||
|
Actually, the command it runs is closer to this:
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
echo git-annex-probe loggedin;if which git-annex-shell; then echo git-annex-probe git-annex-shell; fi;if which rsync; then echo git-annex-probe rsync; fi
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
It's possible that ssh is somehow truncating or not running all of that. The ssh command
|
||||||
|
would be something like this:
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
ssh $HOSTNAME -n 'echo git-annex-probe loggedin;if which git-annex-shell; then echo git-annex-probe git-annex-shell; fi;if which rsync; then echo git-annex-probe rsync; fi'
|
||||||
|
<pre>
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue