We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ecc492 + cc330d8 commit 84acbdeCopy full SHA for 84acbde
application/backup.sh
@@ -63,7 +63,7 @@ for dbName in ${DB_NAMES}; do
63
64
if [ "${B2_BUCKET}" != "" ]; then
65
start=$(date +%s)
66
- 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
67
STATUS=$?
68
end=$(date +%s)
69
if [ $STATUS -ne 0 ]; then
0 commit comments