fix build
This commit is contained in:
parent
29df1a6bec
commit
886897f627
1 changed files with 4 additions and 1 deletions
|
@ -63,7 +63,10 @@ start' allowauto listenhost = do
|
||||||
ifM (checkpid <&&> checkshim f)
|
ifM (checkpid <&&> checkshim f)
|
||||||
( if isJust listenhost
|
( if isJust listenhost
|
||||||
then error "The assistant is already running, so --listen cannot be used."
|
then error "The assistant is already running, so --listen cannot be used."
|
||||||
else liftIO $ openBrowser browser f Nothing Nothing
|
else do
|
||||||
|
url <- liftIO . readFile
|
||||||
|
=<< fromRepo gitAnnexUrlFile
|
||||||
|
liftIO $ openBrowser browser f url Nothing Nothing
|
||||||
, startDaemon True True listenhost $ Just $
|
, startDaemon True True listenhost $ Just $
|
||||||
\origout origerr url htmlshim ->
|
\origout origerr url htmlshim ->
|
||||||
if isJust listenhost
|
if isJust listenhost
|
||||||
|
|
Loading…
Reference in a new issue