Fix os tag issues

This commit is contained in:
David Duque 2020-05-24 23:22:30 +01:00
parent a51e968d31
commit 211d3ff8a8
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ if [ "$OS" != "Debian GNU/Linux 10 (buster)" -a "$OS" != "Ubuntu 20.04 LTS" ]; t
exit 1
fi
sed -i "s/__OSTAG__/$OS/g" management/templates/index.html
sed -i "s|__OSTAG__|${OS}|g" management/templates/index.html
# Check that we have enough memory.
#

View File

@ -21,7 +21,7 @@ if [ -z "${NONINTERACTIVE:-}" ]; then
"Hello and thanks for deploying a (Power) Mail-in-a-Box!
\n\nI'm going to ask you a few questions.
\n\nTo change your answers later, just run 'sudo mailinabox' from the command line.
\n\nNOTE: You should only install this on a brand new Debian installation 100% dedicated to Mail-in-a-Box. Mail-in-a-Box will, for example, remove apache2."
\n\nNOTE: You should only install this on a brand new Debian/Ubuntu installation 100% dedicated to Mail-in-a-Box. Mail-in-a-Box will, for example, remove apache2."
fi
# The box needs a name.