diff --git a/src/libs/gocmdbridge/client/bridgedfileaccess.cpp b/src/libs/gocmdbridge/client/bridgedfileaccess.cpp index af83ddeea0f..387d7ad17de 100644 --- a/src/libs/gocmdbridge/client/bridgedfileaccess.cpp +++ b/src/libs/gocmdbridge/client/bridgedfileaccess.cpp @@ -124,7 +124,7 @@ Result FileAccess::deployAndInit(const FilePath &libExecPath, const FilePath &re } qCDebug(faLog) << deco() << "Using temporary file:" << *tmpFile; - const auto dd = run({remoteRootPath.withNewPath("dd"), {"of=" + *tmpFile, "bs=1"}}, + const auto dd = run({remoteRootPath.withNewPath("dd"), {"of=" + *tmpFile}}, *cmdBridgeFileData); qCDebug(faLog) << deco() << "dd run";