Skip to content

Commit dd3190d

Browse files
authored
Use new name for --no-progress flag to b2
> The '--noProgress' argument is deprecated. Use '--no-progress' instead.
1 parent ac8aefa commit dd3190d

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)