OSX: Make git-annex-webapp run in the background, so that the app icon can be clicked on the open a new webapp when the assistant is already running.

This commit is contained in:
Joey Hess 2013-07-30 15:04:31 -04:00
parent 66b470c03d
commit f55dc1b64f
3 changed files with 9 additions and 1 deletions

View file

@ -25,3 +25,7 @@ From .git/annex/daemon.log:
(scanning...) [2013-07-28 00:01:08 CDT] Watcher: Performing startup scan
(started...)
"""]]
> [[done]]; I added the `&` to git-annex-shell.
> Hopefully that does not cause any other unwanted behavior..
> --[[Joey]]