We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978cfc7 commit 53581ecCopy full SHA for 53581ec
src/main/scala/dxWDL/compiler/Native.scala
@@ -416,7 +416,7 @@ case class Native(dxWDLrtId: Option[String],
416
|
417
| # run dxfuse so that it will not exit after the bash script exists.
418
| echo "mounting dxfuse on ${dxPathConfig.dxfuseMountpoint.toString}"
419
- | dxfuse_log=/var/log/dxfuse.log
+ | dxfuse_log=/root/.dxfuse/dxfuse.log
420
421
| sudo -E dxfuse -readOnly -uid $$(id -u) -gid $$(id -g) ${dxPathConfig.dxfuseMountpoint.toString} ${dxPathConfig.dxfuseManifest.toString}
422
| dxfuse_err_code=$$?
0 commit comments