Skip to content

Commit

Permalink
Merge pull request #21 from silinternational/feature/update-deprecate…
Browse files Browse the repository at this point in the history
…d-no-progress-b2-flag

Use new name for `--no-progress` flag to b2
  • Loading branch information
dalenewby authored May 29, 2024
2 parents ac8aefa + dd3190d commit cc330d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ for dbName in ${DB_NAMES}; do

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

0 comments on commit cc330d8

Please sign in to comment.