mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-23 22:18:10 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf672c0fda | ||
|
|
9993ad2970 | ||
|
|
dc17d60b7b |
@@ -1,3 +1,7 @@
|
||||
## 1.12 - 2019-03-01 - <stevetodorov at github>
|
||||
|
||||
* Fix for XZ Compression failing
|
||||
|
||||
## 1.11 - 2018-11-19 - <skylord123 at github>
|
||||
|
||||
* Fix for Urnary Operator Error
|
||||
|
||||
@@ -50,7 +50,7 @@ if [ "$PARALLEL_COMPRESSION" = "TRUE " ]; then
|
||||
else
|
||||
BZIP="bzip2"
|
||||
GZIP="gzip"
|
||||
XZIP=="xz"
|
||||
XZIP="xz"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user