more RawFilePath conversion
This commit was sponsored by Luke Shumaker on Patreon.
This commit is contained in:
parent
b724236b35
commit
55400a03d3
22 changed files with 91 additions and 79 deletions
|
@ -45,4 +45,4 @@ start (_, key) = fieldTransfer Download key $ \_p -> do
|
|||
go tmp = unVerified $ do
|
||||
opts <- filterRsyncSafeOptions . maybe [] words
|
||||
<$> getField "RsyncOptions"
|
||||
liftIO $ rsyncServerReceive (map Param opts) tmp
|
||||
liftIO $ rsyncServerReceive (map Param opts) (fromRawFilePath tmp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue