Skip to content

Commit

Permalink
Simplify run-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
e3bo committed Oct 30, 2017
1 parent ec18d26 commit adf799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eric-figs/run-scripts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ chmod 757 ${outdir}
docker run -v ${indir}:/mnt/input:ro \
-v ${outdir}:/mnt/output \
-w ${hdir}/work \
eamon/reporting-proc-eric-figs:v20171027 /bin/bash -c "cp /mnt/input/copy-and-run .; ./copy-and-run"
eamon/reporting-proc-eric-figs:v20171027 /bin/bash -c "/mnt/input/copy-and-run"
chown -R --reference $0 ${outdir}
chmod 755 ${outdir}

0 comments on commit adf799e

Please sign in to comment.