1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00

Improve preflight message

This commit is contained in:
Michael Kroes 2016-03-14 07:14:09 +01:00
parent f69d6e9015
commit 35a593af13

View File

@ -55,7 +55,7 @@ fi
ARCHITECTURE=$(uname -m)
if [ "$ARCHITECTURE" != "x86_64" ]; then
if [ -z "$ARM" ]; then
echo "Mail-in-a-Box only supports x86_64 and will not work on any architecture like ARM."
echo "Mail-in-a-Box only supports x86_64 and will not work on any other architecture, like ARM."
echo "Your architecture is $ARCHITECTURE"
exit
fi