1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01:00

Render the lsb_release at flask init time

Don't change the index.html file at setup time
This commit is contained in:
David Duque
2020-07-14 11:51:25 +01:00
parent b562e7eefa
commit 515a74ba11
3 changed files with 4 additions and 3 deletions

View File

@@ -18,8 +18,6 @@ if [ "$OS" != "Debian GNU/Linux 10 (buster)" -a "$OS" != "Ubuntu 20.04 LTS" ]; t
exit 1
fi
sed -i "s|!!___DIST_TAG___!!|${OS}|g" management/templates/index.html
# Check that we have enough memory.
#
# /proc/meminfo reports free memory in kibibytes. Our baseline will be 512 MB,