diff options
Diffstat (limited to 'standalone/android/runshell')
-rwxr-xr-x | standalone/android/runshell | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/android/runshell b/standalone/android/runshell index 5c0952721..2b1426e51 100755 --- a/standalone/android/runshell +++ b/standalone/android/runshell @@ -54,7 +54,7 @@ buildtree () { } install () { - if $cmd test ! -e "$base/git-annex"; then + if $cmd test ! -e "$base/bin/git-annex"; then if ! $cmd mkdir -p "$HOME"; then $cmd echo "mkdir of $HOME failed!" fi @@ -100,7 +100,7 @@ run () { shift 1 exec "$cmd" "$@" else - if $cmd test -e "$HOME/.config/git-annex/autostart; then + if $cmd test -e "$HOME/.config/git-annex/autostart"; then git annex assistant --autostart || $cmd true fi /system/bin/sh |