diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-02 22:42:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-02 22:42:51 -0400 |
commit | a3f3210b318ae0999a06ea0a81f30855082e5e69 (patch) | |
tree | e598b5012e80a93bdbdc3c663235b4707ed9159d | |
parent | ed4e08d23a005d5f43151d271a35a99fccd9b978 (diff) |
run webapp on startup
-rwxr-xr-x | standalone/android/runshell | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/standalone/android/runshell b/standalone/android/runshell index 61e8301a1..47fe9d884 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 } |