don't start webapp in the background, so that password prompts can work

This commit is contained in:
Joey Hess 2013-05-03 14:59:13 -04:00
parent 543ffa5b9f
commit 82b57b65cd
2 changed files with 2 additions and 2 deletions

View file

@ -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`

View file

@ -22,7 +22,7 @@ index 67287b2..c2103ba 100644
- <string name="pref_shell_default">/system/bin/sh -</string>
- <string name="pref_initialcommand_default"></string>
+ <string name="pref_shell_default">/data/data/ga.androidterm/lib/lib.start.so</string>
+ <string name="pref_initialcommand_default">git annex webapp &amp;</string>
+ <string name="pref_initialcommand_default">git annex webapp</string>
<string name="pref_termtype_default">screen</string>
- <bool name="pref_close_window_on_process_exit_default">true</bool>
+ <bool name="pref_close_window_on_process_exit_default">false</bool>