diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-04 21:18:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-04 21:18:57 -0400 |
commit | 3add2cd3ba560bbda353c4696c8f9d25443d61fe (patch) | |
tree | a0ca7021c7288e5f2a9c5fbb039742720211be2c /Assistant.hs | |
parent | e125ce74b87a86b80f1eead371390ce72c58428b (diff) |
wire up scan and transfer to newly added removable drive
remote setup still todo
Diffstat (limited to 'Assistant.hs')
-rw-r--r-- | Assistant.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs index b81806ff9..075254dbc 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -155,7 +155,7 @@ startAssistant assistant daemonize webappwaiter = do mapM_ startthread [ watch $ commitThread st changechan commitchan transferqueue dstatus #ifdef WITH_WEBAPP - , assist $ webAppThread (Just st) dstatus transferqueue Nothing webappwaiter + , assist $ webAppThread (Just st) dstatus scanremotes transferqueue Nothing webappwaiter #endif , assist $ pushThread st dstatus commitchan pushmap , assist $ pushRetryThread st dstatus pushmap |