From 35a593af13726cb84e79e7320b0286dd51b2ce2a Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Mon, 14 Mar 2016 07:14:09 +0100 Subject: [PATCH] Improve preflight message --- setup/preflight.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/preflight.sh b/setup/preflight.sh index ae8512cb..c3351471 100644 --- a/setup/preflight.sh +++ b/setup/preflight.sh @@ -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