Added a comment
This commit is contained in:
parent
3ea0d6c413
commit
4baa89ffd1
1 changed files with 12 additions and 0 deletions
|
@ -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\"'
|
||||
|
||||
|
||||
"""]]
|
Loading…
Reference in a new issue