Skip to content

Commit 97a71bb

Browse files
committed
Set scripts executable
1 parent 1d931db commit 97a71bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SequenceAnalysis/api-src/org/labkey/api/sequenceanalysis/run/DockerWrapper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ public void executeWithDocker(List<String> containerArgs, File workDir, Pipeline
166166
throw new PipelineJobException(e);
167167
}
168168

169+
localBashScript.setExecutable(true);
170+
dockerBashScript.setExecutable(true);
169171
execute(Arrays.asList("/bin/bash", localBashScript.getPath()));
170172
}
171173

0 commit comments

Comments
 (0)