diff --git a/standalone/android/runshell b/standalone/android/runshell index 61e8301a12..47fe9d8842 100755 --- a/standalone/android/runshell +++ b/standalone/android/runshell @@ -104,9 +104,7 @@ run () { shift 1 exec "$cmd" "$@" else - if $cmd test -e "$HOME/.config/git-annex/autostart"; then - git annex assistant --autostart || $cmd true - fi + git annex webapp & /system/bin/sh fi }