File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ Version 57a (June 19, 2022)
5
+ ---------------------------
6
+
7
+ * The Backblaze backups fix posted in Version 57 was incomplete. It's now fixed.
8
+
4
9
Version 57 (June 12, 2022)
5
10
--------------------------
6
11
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Clone this repository and checkout the tag corresponding to the most recent rele
60
60
61
61
$ git clone https://github.com/mail-in-a-box/mailinabox
62
62
$ cd mailinabox
63
- $ git checkout v57
63
+ $ git checkout v57a
64
64
65
65
Begin the installation.
66
66
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
20
20
# want to display in status checks.
21
21
if [ " $( lsb_release -d | sed ' s/.*:\s*//' | sed ' s/18\.04\.[0-9]/18.04/' ) " == " Ubuntu 18.04 LTS" ]; then
22
22
# This machine is running Ubuntu 18.04.
23
- TAG=v57
23
+ TAG=v57a
24
24
25
25
elif [ " $( lsb_release -d | sed ' s/.*:\s*//' | sed ' s/14\.04\.[0-9]/14.04/' ) " == " Ubuntu 14.04 LTS" ]; then
26
26
# This machine is running Ubuntu 14.04.
You can’t perform that action at this time.
0 commit comments