Skip to content

Commit 53581ec

Browse files
Update Native.scala (#460)
1 parent 978cfc7 commit 53581ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/dxWDL/compiler/Native.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ case class Native(dxWDLrtId: Option[String],
416416
|
417417
| # run dxfuse so that it will not exit after the bash script exists.
418418
| echo "mounting dxfuse on ${dxPathConfig.dxfuseMountpoint.toString}"
419-
| dxfuse_log=/var/log/dxfuse.log
419+
| dxfuse_log=/root/.dxfuse/dxfuse.log
420420
|
421421
| sudo -E dxfuse -readOnly -uid $$(id -u) -gid $$(id -g) ${dxPathConfig.dxfuseMountpoint.toString} ${dxPathConfig.dxfuseManifest.toString}
422422
| dxfuse_err_code=$$?

0 commit comments

Comments
 (0)