summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstandalone/android/runshell6
1 files changed, 4 insertions, 2 deletions
diff --git a/standalone/android/runshell b/standalone/android/runshell
index 0aa531433..3ff9617d7 100755
--- a/standalone/android/runshell
+++ b/standalone/android/runshell
@@ -110,8 +110,10 @@ run () {
# As good a start point as any.
cd "$HOME"
- $cmd echo "Starting webapp ..."
- $cmd nohup git annex webapp >/dev/null &
+ $cmd echo "Starting git-annex interface, please wait ..."
+ # For some reason this needs to run in the foreground.
+ $cmd nohup git annex webapp
+ $cmd echo "The git-annex interface is no longer running."
/system/bin/sh
fi
}