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`