Skip to content

Commit

Permalink
only create output folder if it does not exist yet
Browse files Browse the repository at this point in the history
  • Loading branch information
phartenfeller committed Sep 19, 2022
1 parent d64105e commit 036a622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
cp -r /app/volume/* /app/workdir/
/app/workdir/run.sh | tee output.log
mkdir /app/volume/output
mkdir -p /app/volume/output
cp /app/workdir/results.xml /app/volume/output/
cp /app/workdir/output.log /app/volume/output/

Expand Down

0 comments on commit 036a622

Please sign in to comment.