Skip to content

Commit bd141cc

Browse files
committed
Release 1.21.1 - See CHANGELOG.md
1 parent abf2a87 commit bd141cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.21.1 2020-06-04 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Bugfix to initalization routine
5+
6+
17
## 1.21.0 2020-06-03 <dave at tiredofit dot ca>
28

39
### Added

install/etc/s6/services/10-db-backup/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SIZE_VALUE=${SIZE_VALUE:-"bytes"}
3232
SPLIT_DB=${SPLIT_DB:-FALSE}
3333
TMPDIR=/tmp/backups
3434

35-
if [ "BACKUP_TYPE" = "S3" ] || [ "BACKUP_TYPE" = "s3" ] || [ "BACKUP_TYPE" = "MINIO" ] || [ "BACKUP_TYPE" = "minio" ]
35+
if [ "BACKUP_TYPE" = "S3" ] || [ "BACKUP_TYPE" = "s3" ] || [ "BACKUP_TYPE" = "MINIO" ] || [ "BACKUP_TYPE" = "minio" ] ; then
3636
S3_PROTOCOL=${S3_PROTOCOL:-"https"}
3737
sanity_var S3_HOST "S3 Host"
3838
sanity_var S3_BUCKET "S3 Bucket"

0 commit comments

Comments
 (0)