Added a comment

This commit is contained in:
http://joeyh.name/ 2013-03-29 16:47:30 +00:00 committed by admin
parent 3ea0d6c413
commit 4baa89ffd1

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 5"
date="2013-03-29T16:47:28Z"
content="""
Sounds like it may not provide a POSIX shell for interactive use (based on the error message, I think it's csh), in which case this could work:
ssh $HOSTNAME -n 'sh -c \"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\"'
"""]]