Skip to content

Commit 84acbde

Browse files
authored
Merge pull request #22 from silinternational/develop
Release 3.1.1 - Use new name for `--no-progress` flag to b2
2 parents 0ecc492 + cc330d8 commit 84acbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ for dbName in ${DB_NAMES}; do
6363

6464
if [ "${B2_BUCKET}" != "" ]; then
6565
start=$(date +%s)
66-
b2 upload-file --noProgress --quiet ${B2_BUCKET} /tmp/${dbName}.sql.gz ${dbName}.sql.gz
66+
b2 upload-file --no-progress --quiet ${B2_BUCKET} /tmp/${dbName}.sql.gz ${dbName}.sql.gz
6767
STATUS=$?
6868
end=$(date +%s)
6969
if [ $STATUS -ne 0 ]; then

0 commit comments

Comments
 (0)