mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 21:33:28 +01:00
Merge pull request #9 from steve-todorov/issue-2
Issue 2: Fixing typo which was causing the script to fail.
This commit is contained in:
@@ -50,7 +50,7 @@ if [ "$PARALLEL_COMPRESSION" = "TRUE " ]; then
|
|||||||
else
|
else
|
||||||
BZIP="bzip2"
|
BZIP="bzip2"
|
||||||
GZIP="gzip"
|
GZIP="gzip"
|
||||||
XZIP=="xz"
|
XZIP="xz"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user