summaryrefslogtreecommitdiff
path: root/standalone/android/runshell
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-03 12:39:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-03 12:39:33 -0400
commit9b6e89ca63d7032d4c061740f758f9a1503f7196 (patch)
tree6b8367e09947e2b6b13ce6e332085f45cbd3703b /standalone/android/runshell
parent83843a49170b1135be2db73e60a3260243ae46c8 (diff)
better webapp startup, using the terminal app's default command config
This allows the user to turn it off easily, or only start the assistant and not the webapp. I was not able to determine why having runshell run the webapp segfaulted. Strace was not helpful. Oh well, this is better anyway.
Diffstat (limited to 'standalone/android/runshell')
-rwxr-xr-xstandalone/android/runshell3
1 files changed, 0 insertions, 3 deletions
diff --git a/standalone/android/runshell b/standalone/android/runshell
index 7bebd0cf3..1c947bf8b 100755
--- a/standalone/android/runshell
+++ b/standalone/android/runshell
@@ -113,9 +113,6 @@ run () {
# As good a start point as any.
cd "$HOME"
- $cmd echo "Starting git-annex interface, please wait ..."
- $cmd nohup git-annex webapp || $cmd true
- $cmd echo "The git-annex interface is no longer running."
/system/bin/sh
fi
}