diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-03 14:59:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-03 14:59:13 -0400 |
commit | 7e12b63136ee7cc52e1f015faea4f2c5fe4d8561 (patch) | |
tree | 24e49a93d83655712aa0686d9d12ee36243c4a04 /doc/Android.mdwn | |
parent | fbcdb2efc7e6782422b8e87f029f850aa350a901 (diff) |
don't start webapp in the background, so that password prompts can work
Diffstat (limited to 'doc/Android.mdwn')
-rw-r--r-- | doc/Android.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Android.mdwn b/doc/Android.mdwn index f609508fa..8bf582b27 100644 --- a/doc/Android.mdwn +++ b/doc/Android.mdwn @@ -56,7 +56,7 @@ terminal. A fairly full set of tools is provided, including `git`, `ssh`, To prevent the webapp from being automatically started when a terminal window opens, go into the terminal preferences, to "Inital -Command", and clear out the default `git annex webapp &` setting. +Command", and clear out the default `git annex webapp` setting. Or, if you'd like to run the assistant automatically, but not open the webapp, change the "Initial Command" to: `git annex assistant --autostart` |