File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Client for ODTP Components. This repository is aimed to be used as a submodule i
77- v0.0.1
88 - First version
99 - Inluding conditional to make snapshot optionals
10+ - Adding quiet flag to compressing
1011
1112# Acknowledgments, Copyright, and Licensing
1213## Acknowledgments and Funding
Original file line number Diff line number Diff line change 4141
4242# Take output and export it
4343cd /odtp/odtp-output
44- zip -r ../odtp-output.zip *
44+ zip -rq ../odtp-output.zip *
4545mv ../odtp-output.zip odtp-output.zip
4646
4747# ########################################################
@@ -51,7 +51,7 @@ mv ../odtp-output.zip odtp-output.zip
5151# Take snapshot of workdir
5252if [ " ODTP_SAVE_SNAPSHOT" == " TRUE" ]; then
5353 cd /odtp/odtp-workdir
54- zip -r ../odtp-snapshot.zip *
54+ zip -rq ../odtp-snapshot.zip *
5555 mv ../odtp-snapshot.zip odtp-snapshot.zip
5656fi
5757
You can’t perform that action at this time.
0 commit comments