Skip to content

Commit 0b75d5b

Browse files
authored
quiet compressing
1 parent d62aef8 commit 0b75d5b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

odtp-app.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141

4242
# Take output and export it
4343
cd /odtp/odtp-output
44-
zip -r ../odtp-output.zip *
44+
zip -rq ../odtp-output.zip *
4545
mv ../odtp-output.zip odtp-output.zip
4646

4747
#########################################################
@@ -51,7 +51,7 @@ mv ../odtp-output.zip odtp-output.zip
5151
# Take snapshot of workdir
5252
if [ "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
5656
fi
5757

0 commit comments

Comments
 (0)