Update to version v0.40-quota-0.12-alpha
This commit is contained in:
parent
f58745c04d
commit
9a9e0116a1
24
README.md
24
README.md
|
@ -11,6 +11,20 @@ column for the user in the `users.sqlite` database. If you modify `users` table
|
|||
|
||||
Please report any bugs on github.
|
||||
|
||||
Upgrading v0.40 to v.0.40-quota
|
||||
-------------------------------
|
||||
|
||||
This is experimental software. You have been warned.
|
||||
|
||||
* Rename your `mailinabox` directory to something like `miab.old`
|
||||
|
||||
* Clone this repository using:
|
||||
|
||||
`git clone https://github.com/jrsupplee/mailinabox.git`
|
||||
|
||||
* cd into `mailinabox` and run `setup/start.sh` with root privileges.
|
||||
|
||||
* On occasion there are lock errors when updating `Munin`. Just re-run `setup/start.sh` until the error does not occur.
|
||||
|
||||
Todo
|
||||
----
|
||||
|
@ -21,7 +35,15 @@ Todo
|
|||
Changes
|
||||
-------
|
||||
|
||||
### .40-quota-0.1-alpha
|
||||
### v0.40-quota-0.12-alpha
|
||||
|
||||
* Update README
|
||||
|
||||
### v0.40-quota-0.11-alpha
|
||||
|
||||
* Read latest version from this repository not the Mail-in-a-Box master repository
|
||||
|
||||
### v0.40-quota-0.1-alpha
|
||||
|
||||
* First experimental release of Mail-in-a-Box for quotas.
|
||||
* Quotas are working and there is basic support in the control panel and `tools/mail.py`.
|
||||
|
|
|
@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
|
|||
# want to display in status checks.
|
||||
if [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' `" == "Ubuntu 18.04 LTS" ]; then
|
||||
# This machine is running Ubuntu 18.04.
|
||||
TAG=v0.40-quota-0.11-alpha
|
||||
TAG=v0.40-quota-0.12-alpha
|
||||
|
||||
elif [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' `" == "Ubuntu 14.04 LTS" ]; then
|
||||
# This machine is running Ubuntu 14.04.
|
||||
|
|
Loading…
Reference in New Issue