1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00

added source patch to copydstdone

This commit is contained in:
postmannen 2023-06-09 05:18:24 +02:00
parent ea9738950d
commit b2215181e7

View file

@ -641,7 +641,7 @@ func copySrcSubProcFunc(proc process, cia copyInitialData, cancel context.Cancel
resendRetries++
case copyDstDone:
d := fmt.Sprintf("copyDstDone,%v,%v", cia.DstDir, cia.DstFile)
d := fmt.Sprintf("copyDstDone,%v,%v", cia.SrcFilePath, filepath.Join(cia.DstDir, cia.DstFile))
newReplyMessage(proc, msgForSubReplies, []byte(d))
cancel()