diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-03 12:39:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-03 12:39:33 -0400 |
commit | 9b6e89ca63d7032d4c061740f758f9a1503f7196 (patch) | |
tree | 6b8367e09947e2b6b13ce6e332085f45cbd3703b /standalone/android/runshell | |
parent | 83843a49170b1135be2db73e60a3260243ae46c8 (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-x | standalone/android/runshell | 3 |
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 } |