Improve preflight message

This commit is contained in:
Michael Kroes 2016-03-14 07:14:09 +01:00
parent f69d6e9015
commit 35a593af13
1 changed files with 1 additions and 1 deletions

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