From a3f3210b318ae0999a06ea0a81f30855082e5e69 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 May 2013 22:42:51 -0400 Subject: run webapp on startup --- standalone/android/runshell | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'standalone') 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 } -- cgit v1.2.3