use the ~/.config/git-annex/program file to find command when running transfers
This commit is contained in:
parent
b12db9ef92
commit
2433f6ca5a
5 changed files with 21 additions and 15 deletions
|
@ -26,6 +26,7 @@ import Utility.DataUnits
|
|||
import Types.Key
|
||||
import qualified Remote
|
||||
import qualified Git
|
||||
import Locations.UserConfig
|
||||
|
||||
import Yesod
|
||||
import Text.Hamlet
|
||||
|
@ -211,6 +212,7 @@ startTransfer t = do
|
|||
{ transferPid = Nothing }
|
||||
liftIO $ Transferrer.transferThread
|
||||
dstatus slots t info inImmediateTransferSlot
|
||||
=<< readProgramFile
|
||||
|
||||
getCurrentTransfers :: Handler TransferMap
|
||||
getCurrentTransfers = currentTransfers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue